|
enum class | SerializerType { none
, collective
, serial
} |
|
std::shared_ptr< solver::Solver > | GetSolver () |
|
static PetscErrorCode | SaveKeyValue (PetscViewer viewer, const char *name, PetscScalar value) |
|
static PetscErrorCode | RestoreKeyValue (PetscViewer viewer, const char *name, PetscScalar &value) |
|
template<class T > |
static PetscErrorCode | SaveKeyValue (PetscViewer viewer, const char *name, T value) |
|
template<class T > |
static PetscErrorCode | RestoreKeyValue (PetscViewer viewer, const char *name, T &value) |
|
template<class T > |
static SerializerType | DetermineSerializerType (const T &types) |
|
std::shared_ptr< ablate::domain::SubDomain > | monitorSubDomain = nullptr |
|
◆ ChemTabMonitor()
Create the chemTab monitor with chemTab
◆ Register()
void ablate::monitors::ChemTabMonitor::Register |
( |
std::shared_ptr< solver::Solver > |
solverIn | ) |
|
|
overridevirtual |
this call setups the monitor and defines the mixture fraction fields method
- Parameters
-
Reimplemented from ablate::monitors::Monitor.
◆ Save()
PetscErrorCode ablate::monitors::ChemTabMonitor::Save |
( |
PetscViewer |
viewer, |
|
|
PetscInt |
sequenceNumber, |
|
|
PetscReal |
time |
|
) |
| |
|
overridevirtual |
Update the fields and save the results to an hdf5 file
- Parameters
-
viewer | |
sequenceNumber | |
time | |
Implements ablate::io::Serializable.
The documentation for this class was generated from the following files: