www.mooseframework.org
Functions
INSADTemperatureAdvection.C File Reference

Go to the source code of this file.

Functions

 registerADMooseObject ("NavierStokesApp", INSADTemperatureAdvection)
 
 defineADValidParams (INSADTemperatureAdvection, ADKernelValue, params.addClassDescription("This class computes the residual and Jacobian contributions for " "temperature advection for a divergence free velocity field.");params.addParam< MaterialPropertyName >("rho_name", "rho", "The name of the density");params.addParam< MaterialPropertyName >("cp_name", "cp", "The name of the specific heat capacity");params.addRequiredCoupledVar("velocity", "The velocity variable");)
 
 adBaseClass (INSADTemperatureAdvection)
 
 registerADMooseObject ("NavierStokesApp", INSADTemperatureAdvectionSUPG)
 
 defineADValidParams (INSADTemperatureAdvectionSUPG, ADKernelSUPG, params.addClassDescription("This class computes the residual and Jacobian contributions for " "SUPG stabilization of temperature advection for a divergence free velocity field.");params.addParam< MaterialPropertyName >("rho_name", "rho", "The name of the density");params.addParam< MaterialPropertyName >("cp_name", "cp", "The name of the specific heat capacity");params.addRequiredCoupledVar("velocity", "The velocity variable");)
 
 adBaseClass (INSADTemperatureAdvectionSUPG)
 

Function Documentation

◆ adBaseClass() [1/2]

adBaseClass ( INSADTemperatureAdvection  )

◆ adBaseClass() [2/2]

adBaseClass ( INSADTemperatureAdvectionSUPG  )

◆ defineADValidParams() [1/2]

defineADValidParams ( INSADTemperatureAdvection  ,
ADKernelValue  ,
params.addClassDescription("This class computes the residual and Jacobian contributions for " "temperature advection for a divergence free velocity field.");params.addParam< MaterialPropertyName >("rho_name", "rho", "The name of the density");params.addParam< MaterialPropertyName >("cp_name", "cp", "The name of the specific heat capacity");params.addRequiredCoupledVar("velocity", "The velocity variable");   
)

◆ defineADValidParams() [2/2]

defineADValidParams ( INSADTemperatureAdvectionSUPG  ,
ADKernelSUPG  ,
params.addClassDescription("This class computes the residual and Jacobian contributions for " "SUPG stabilization of temperature advection for a divergence free velocity field.");params.addParam< MaterialPropertyName >("rho_name", "rho", "The name of the density");params.addParam< MaterialPropertyName >("cp_name", "cp", "The name of the specific heat capacity");params.addRequiredCoupledVar("velocity", "The velocity variable");   
)

◆ registerADMooseObject() [1/2]

registerADMooseObject ( "NavierStokesApp"  ,
INSADTemperatureAdvection   
)

◆ registerADMooseObject() [2/2]

registerADMooseObject ( "NavierStokesApp"  ,
INSADTemperatureAdvectionSUPG   
)