Go to the source code of this file.
|
class | INSTemperatureNoBCBC |
| This class implements the "No BC" boundary condition discussed by Griffiths, Papanastiou, and others. More...
|
|
◆ validParams< INSTemperatureNoBCBC >()
Definition at line 16 of file INSTemperatureNoBCBC.C.
18 InputParameters params = validParams<IntegratedBC>();
20 params.addClassDescription(
"This class implements the 'No BC' boundary condition discussed by "
21 "Griffiths, Papanastiou, and others.");
23 params.addParam<MaterialPropertyName>(
"k_name",
"k",
"thermal conductivity_name");