piglot.solver.input_file_solver.OutputField
- class OutputField[source]
Bases:
ABCGeneric class for output fields.
Methods
Check for validity in the input data before reading.
Read the output data from the simulation.
Read the output field from the configuration dictionary.
- abstract check(input_data: InputData) None[source]
Check for validity in the input data before reading.
Parameters
- input_dataInputData
Input data to check for.