www.mooseframework.org
Classes | Functions
NSEnergyViscousBC.h File Reference

Go to the source code of this file.

Classes

class  NSEnergyViscousBC
 This class corresponds to the viscous part of the "natural" boundary condition for the energy equation, i.e. More...
 

Functions

template<>
InputParameters validParams< NSEnergyViscousBC > ()
 

Function Documentation

◆ validParams< NSEnergyViscousBC >()

template<>
InputParameters validParams< NSEnergyViscousBC > ( )

Definition at line 18 of file NSEnergyViscousBC.C.

19 {
20  InputParameters params = validParams<NSIntegratedBC>();
21  params.addRequiredCoupledVar(NS::temperature, "temperature");
22  return params;
23 }
validParams< NSIntegratedBC >
InputParameters validParams< NSIntegratedBC >()
Definition: NSIntegratedBC.C:22
NS::temperature
const std::string temperature
Definition: NS.h:26