moltres
|
#include <ConstantDifferenceAux.h>
Public Member Functions | |
ConstantDifferenceAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () override |
Protected Attributes | |
const VariableValue & | _variable |
const Real & | _constant |
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.
ConstantDifferenceAux::ConstantDifferenceAux | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
static |
|
protected |
|
protected |