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

#include <CoupledScalarAdvectionNoBCBC.h>

Inheritance diagram for CoupledScalarAdvectionNoBCBC:
[legend]

Public Member Functions

 CoupledScalarAdvectionNoBCBC (const InputParameters &parameters)
 
virtual ~CoupledScalarAdvectionNoBCBC ()
 
- 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 () override
 
virtual Real computeQpJacobian () override
 
virtual Real computeQpOffDiagJacobian (unsigned jvar) override
 

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

◆ CoupledScalarAdvectionNoBCBC()

CoupledScalarAdvectionNoBCBC::CoupledScalarAdvectionNoBCBC ( const InputParameters &  parameters)

◆ ~CoupledScalarAdvectionNoBCBC()

virtual CoupledScalarAdvectionNoBCBC::~CoupledScalarAdvectionNoBCBC ( )
inlinevirtual

Member Function Documentation

◆ computeQpJacobian()

Real CoupledScalarAdvectionNoBCBC::computeQpJacobian ( )
overrideprotectedvirtual

◆ computeQpOffDiagJacobian()

Real CoupledScalarAdvectionNoBCBC::computeQpOffDiagJacobian ( unsigned  jvar)
overrideprotectedvirtual

◆ computeQpResidual()

Real CoupledScalarAdvectionNoBCBC::computeQpResidual ( )
overrideprotectedvirtual

◆ validParams()

InputParameters CoupledScalarAdvectionNoBCBC::validParams ( )
static

Member Data Documentation

◆ _conc_scaling

Real CoupledScalarAdvectionNoBCBC::_conc_scaling
protected

◆ _u_def

VariableValue CoupledScalarAdvectionNoBCBC::_u_def
protected

◆ _u_vel

const VariableValue& CoupledScalarAdvectionNoBCBC::_u_vel
protected

◆ _u_vel_var_number

unsigned CoupledScalarAdvectionNoBCBC::_u_vel_var_number
protected

◆ _v_def

VariableValue CoupledScalarAdvectionNoBCBC::_v_def
protected

◆ _v_vel

const VariableValue& CoupledScalarAdvectionNoBCBC::_v_vel
protected

◆ _v_vel_var_number

unsigned CoupledScalarAdvectionNoBCBC::_v_vel_var_number
protected

◆ _w_def

VariableValue CoupledScalarAdvectionNoBCBC::_w_def
protected

◆ _w_vel

const VariableValue& CoupledScalarAdvectionNoBCBC::_w_vel
protected

◆ _w_vel_var_number

unsigned CoupledScalarAdvectionNoBCBC::_w_vel_var_number
protected

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