piglot.solver.input_file_solver.ScriptOutputField
- class ScriptOutputField[source]
Bases:
OutputFieldClass for script-bsaed 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.
- check(input_data: InputData) None[source]
Check for validity in the input data before reading.
Parameters
- input_dataInputData
Input data to check for.
- abstract get(input_data: InputData) OutputResult
Read the output data from the simulation.
Parameters
- input_dataInputData
Input data to check for.
Returns
- OutputResult
Output result for this field.