www.mooseframework.org
Functions
INSADMomentumTimeDerivative.C File Reference

Go to the source code of this file.

Functions

 registerADMooseObject ("NavierStokesApp", INSADMomentumTimeDerivative)
 
 defineADValidParams (INSADMomentumTimeDerivative, ADTimeKernelValue, params.addClassDescription("This class computes the time derivative for the incompressible " "Navier-Stokes momentum equation.");params.addCoupledVar("temperature", "The temperature on which material properties may depend. If properties " "do depend on temperature, this variable must be coupled in in order to " "correctly resize the element matrix");params.addParam< MaterialPropertyName >("rho_name", "rho", "density name");)
 

Function Documentation

◆ defineADValidParams()

defineADValidParams ( INSADMomentumTimeDerivative  ,
ADTimeKernelValue  ,
params.addClassDescription("This class computes the time derivative for the incompressible " "Navier-Stokes momentum equation.");params.addCoupledVar("temperature", "The temperature on which material properties may depend. If properties " "do depend on temperature, this variable must be coupled in in order to " "correctly resize the element matrix");params.addParam< MaterialPropertyName >("rho_name", "rho", "density name");   
)

◆ registerADMooseObject()

registerADMooseObject ( "NavierStokesApp"  ,
INSADMomentumTimeDerivative   
)