BC_T

temperature boundary conditions

Using the BC_T command, the user can specify boundary conditions for the temperature such as
BC_T($BCindex$) = ( %BND_inflow% ) BC_T($BCindex$) = ( %BND_outflow% ) BC_T($BCindex$) = ( %BND_DIRICH%, alpha ) BC_T($BCindex$) = ( %BND_NEUMANN%, alpha ) BC_T($BCindex$) = ( %BND_ROBIN%, alpha, T_opp )
List of members:
HeatEquation1D Solves 1D heat equation for each boundary point. Can be used for temperature boundary condition.
%BND_inflow% temperature inflow boundary condition
%BND_wall% temperature wall boundary condition
%BND_wall_nosl% temperature wall no-slip boundary condition
%BND_outflow% temperature outflow boundary condition
%BND_free% free surface boundary condition for temperature
%BND_far_field% far-field temperature boundary condition
%BND_ROBIN% Robin boundary condition
%BND_RADIATION% applies heat flux at the boundary due to radiation
%BND_AVERAGE% weighted average from the inner points
%BND_DIRICH% temperature Dirichlet boundary condition
%BND_NEUMANN% temperature Neumann boundary condition
%BND_NUSSEL% temperature Nusselt boundary condition