HeatEquationInitialCondition#
- class HeatEquationInitialCondition[source]#
Bases:
ExpressionInitialConditionBaseHeatEquationInitialConditionclass for specifying theSolid.initial_condition.Note
The result of the expressions will be treated as non-dimensional values. Please refer to the Units Introduction for more details.
Example
>>> fl.HeatEquationInitialCondition(temperature="1.0")
Attributes
- constants: dict[str, typing.Annotated[str, AfterValidator(func=<function process_expressions at 0x7bbe26477a30>)]] | None#
The expression for the initial condition.
- Default:
None
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods