moltres
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ConstantDifferenceAux Class Reference

#include <ConstantDifferenceAux.h>

Inheritance diagram for ConstantDifferenceAux:
[legend]

Public Member Functions

 ConstantDifferenceAux (const InputParameters &parameters)
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Member Functions

virtual Real computeValue () override
 

Protected Attributes

const VariableValue & _variable
 
const Real & _constant
 

Detailed Description

The original intention of this aux kernel is to compute a delta T about some nominal temperature used in the Boussinesq approximation for buoyancy in incompressible Navier Stokes. The nominal temperature may need to change over time in a simulation so that the relative size of the residual contributed by the INSBoussinesqBodyForce stays around the same size as the other kernels.

Constructor & Destructor Documentation

◆ ConstantDifferenceAux()

ConstantDifferenceAux::ConstantDifferenceAux ( const InputParameters &  parameters)

Member Function Documentation

◆ computeValue()

Real ConstantDifferenceAux::computeValue ( )
overrideprotectedvirtual

◆ validParams()

InputParameters ConstantDifferenceAux::validParams ( )
static

Member Data Documentation

◆ _constant

const Real& ConstantDifferenceAux::_constant
protected

◆ _variable

const VariableValue& ConstantDifferenceAux::_variable
protected

The documentation for this class was generated from the following files: