HeatEquationInitialCondition#

class HeatEquationInitialCondition[source]#

Bases: ExpressionInitialConditionBase

HeatEquationInitialCondition class for specifying the Solid.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 0x7a109691ef80>)]] | None#

The expression for the initial condition.

Default:

None

temperature: str#