Model.add_thermal_bc

Model.add_thermal_bc(nodes, temperature, **kwargs)[source]

Add a compas_fea2.model.bcs.ThermalBC to the model.

Parameters:
nodeslist[:class=`compas_fea2.model.Node`] or :class=`compas_fea2.model.NodesGroup`

The nodes where the thermal boundary condition is applied.

temperaturefloat, optional

The temperature to apply (“temperature” in the active unit system).

Returns:
:class=`compas_fea2.model.bcs.ThermalBC`

The applied thermal boundary condition.