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

#include <DivFreeCoupledScalarAdvection.h>

Inheritance diagram for DivFreeCoupledScalarAdvection:
[legend]

Public Member Functions

 DivFreeCoupledScalarAdvection (const InputParameters &parameters)
 
virtual ~DivFreeCoupledScalarAdvection ()
 
- Public Member Functions inherited from ScalarTransportBase
 ScalarTransportBase (const InputParameters &parameters)
 
virtual Real computeConcentration (const VariableValue &u, unsigned int qp)
 Computes \(c\).
 
virtual RealVectorValue computeConcentrationGradient (const VariableValue &u, const VariableGradient &grad_u, unsigned int qp)
 Computes \(\nabla c\).
 
virtual Real computeConcentrationDerivative (const VariableValue &u, const VariablePhiValue &phi, unsigned int j, unsigned int qp)
 Computes \(\frac{\partial c}{\partial u_j}\).
 
virtual RealVectorValue computeConcentrationGradientDerivative (const VariableValue &u, const VariableGradient &grad_u, const VariablePhiValue &phi, const VariablePhiGradient &grad_phi, unsigned int j, unsigned int qp)
 Computes \(\nabla \frac{\partial c}{\partial u_j}\).
 
virtual Real computeConcentrationDot (const VariableValue &u, const VariableValue &u_dot, unsigned int qp)
 Computes \(\frac{\partial c}{\partial t}\).
 
virtual Real computeConcentrationDotDerivative (const VariableValue &u, const VariableValue &u_dot, const VariableValue &du_dot_du, const VariablePhiValue &phi, unsigned int j, unsigned int qp)
 Computes \(\frac{\partial}{\partial t} \frac{\partial c}{\partial u_j}\).
 

Static Public Member Functions

static InputParameters validParams ()
 
- Static Public Member Functions inherited from ScalarTransportBase
static InputParameters validParams ()
 

Protected Member Functions

virtual Real computeQpResidual ()
 
virtual Real computeQpJacobian ()
 
virtual Real computeQpOffDiagJacobian (unsigned jvar)
 

Protected Attributes

const VariableValue & _u_vel
 
const VariableValue & _v_vel
 
const VariableValue & _w_vel
 
unsigned _u_vel_var_number
 
unsigned _v_vel_var_number
 
unsigned _w_vel_var_number
 
VariableValue _u_def
 
VariableValue _v_def
 
VariableValue _w_def
 
Real _conc_scaling
 

Detailed Description

This class computes the residual and Jacobian contributions for the incompressible Navier-Stokes temperature (energy) equation.

Constructor & Destructor Documentation

◆ DivFreeCoupledScalarAdvection()

DivFreeCoupledScalarAdvection::DivFreeCoupledScalarAdvection ( const InputParameters &  parameters)

◆ ~DivFreeCoupledScalarAdvection()

virtual DivFreeCoupledScalarAdvection::~DivFreeCoupledScalarAdvection ( )
inlinevirtual

Member Function Documentation

◆ computeQpJacobian()

Real DivFreeCoupledScalarAdvection::computeQpJacobian ( )
protectedvirtual

◆ computeQpOffDiagJacobian()

Real DivFreeCoupledScalarAdvection::computeQpOffDiagJacobian ( unsigned  jvar)
protectedvirtual

◆ computeQpResidual()

Real DivFreeCoupledScalarAdvection::computeQpResidual ( )
protectedvirtual

◆ validParams()

InputParameters DivFreeCoupledScalarAdvection::validParams ( )
static

Member Data Documentation

◆ _conc_scaling

Real DivFreeCoupledScalarAdvection::_conc_scaling
protected

◆ _u_def

VariableValue DivFreeCoupledScalarAdvection::_u_def
protected

◆ _u_vel

const VariableValue& DivFreeCoupledScalarAdvection::_u_vel
protected

◆ _u_vel_var_number

unsigned DivFreeCoupledScalarAdvection::_u_vel_var_number
protected

◆ _v_def

VariableValue DivFreeCoupledScalarAdvection::_v_def
protected

◆ _v_vel

const VariableValue& DivFreeCoupledScalarAdvection::_v_vel
protected

◆ _v_vel_var_number

unsigned DivFreeCoupledScalarAdvection::_v_vel_var_number
protected

◆ _w_def

VariableValue DivFreeCoupledScalarAdvection::_w_def
protected

◆ _w_vel

const VariableValue& DivFreeCoupledScalarAdvection::_w_vel
protected

◆ _w_vel_var_number

unsigned DivFreeCoupledScalarAdvection::_w_vel_var_number
protected

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