GeneralStep.add_temperature_field
- GeneralStep.add_temperature_field(field, node)[source]
Add a temperature field to the Step object.
- Parameters:
- field
compas_fea2.problem.fields.PrescribedTemperatureField The temperature field to add.
- node:class=`compas_fea2.model.Node`
The node to which the temperature field is applied.
- field
- Returns:
compas_fea2.problem.fields.PrescribedTemperatureFieldThe temperature field that was added.