luminarycloud.params.simulation.physics.heat.initialization

Classes

HeatExistingSolution

Apply the starting values from an existing solution for the same mesh.

HeatPrescribedValues

Apply a uniform initial condition for all fields in space.

Package Contents

class HeatExistingSolution

Apply the starting values from an existing solution for the same mesh.

to_code() str
solution_id: str = ''

ID for the existing solution to use for initialization.

class HeatPrescribedValues

Apply a uniform initial condition for all fields in space.

to_code() str
temperature: float = 288.15

Uniform initial condition for static temperature.