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

Go to the source code of this file.

Classes

class  NSEnergyThermalFlux
 This class is responsible for computing residuals and Jacobian terms for the k * grad(T) * grad(phi) term in the Navier-Stokes energy equation. More...
 

Functions

template<>
InputParameters validParams< NSEnergyThermalFlux > ()
 

Function Documentation

◆ validParams< NSEnergyThermalFlux >()

template<>
InputParameters validParams< NSEnergyThermalFlux > ( )

Definition at line 18 of file NSEnergyThermalFlux.C.

19 {
20  InputParameters params = validParams<NSKernel>();
21  params.addClassDescription("This class is responsible for computing residuals and Jacobian terms "
22  "for the k * grad(T) * grad(phi) term in the Navier-Stokes energy "
23  "equation.");
24  params.addRequiredCoupledVar(NS::temperature, "temperature");
25  return params;
26 }
validParams< NSKernel >
InputParameters validParams< NSKernel >()
Definition: NSKernel.C:22
NS::temperature
const std::string temperature
Definition: NS.h:26