Go to the source code of this file.
|
| 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) |
|
◆ adBaseClass() [1/2]
◆ adBaseClass() [2/2]
◆ 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() [2/2]