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

#include <CoupledScalarAdvection.h>

Inheritance diagram for CoupledScalarAdvection:
[legend]

Public Member Functions

 CoupledScalarAdvection (const InputParameters &parameters)
 
virtual ~CoupledScalarAdvection ()
 
- 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

◆ CoupledScalarAdvection()

CoupledScalarAdvection::CoupledScalarAdvection ( const InputParameters &  parameters)

◆ ~CoupledScalarAdvection()

virtual CoupledScalarAdvection::~CoupledScalarAdvection ( )
inlinevirtual

Member Function Documentation

◆ computeQpJacobian()

Real CoupledScalarAdvection::computeQpJacobian ( )
protectedvirtual

◆ computeQpOffDiagJacobian()

Real CoupledScalarAdvection::computeQpOffDiagJacobian ( unsigned  jvar)
protectedvirtual

◆ computeQpResidual()

Real CoupledScalarAdvection::computeQpResidual ( )
protectedvirtual

◆ validParams()

InputParameters CoupledScalarAdvection::validParams ( )
static

Member Data Documentation

◆ _conc_scaling

Real CoupledScalarAdvection::_conc_scaling
protected

◆ _u_def

VariableValue CoupledScalarAdvection::_u_def
protected

◆ _u_vel

const VariableValue& CoupledScalarAdvection::_u_vel
protected

◆ _u_vel_var_number

unsigned CoupledScalarAdvection::_u_vel_var_number
protected

◆ _v_def

VariableValue CoupledScalarAdvection::_v_def
protected

◆ _v_vel

const VariableValue& CoupledScalarAdvection::_v_vel
protected

◆ _v_vel_var_number

unsigned CoupledScalarAdvection::_v_vel_var_number
protected

◆ _w_def

VariableValue CoupledScalarAdvection::_w_def
protected

◆ _w_vel

const VariableValue& CoupledScalarAdvection::_w_vel
protected

◆ _w_vel_var_number

unsigned CoupledScalarAdvection::_w_vel_var_number
protected

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