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

#include <NtTimeDerivative.h>

Inheritance diagram for NtTimeDerivative:
[legend]

Public Member Functions

 NtTimeDerivative (const InputParameters &parameters)
 
- Public Member Functions inherited from ScalarTransportTimeDerivative
 ScalarTransportTimeDerivative (const InputParameters &parameters)
 
- 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 ScalarTransportTimeDerivative
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 int jvar) override
 

Protected Attributes

const MaterialProperty< std::vector< Real > > & _recipvel
 
const MaterialProperty< std::vector< Real > > & _d_recipvel_d_temp
 
unsigned int _group
 
unsigned int _temp_id
 
- Protected Attributes inherited from ScalarTransportTimeDerivative
bool _lumping
 
Real _conc_scaling
 

Constructor & Destructor Documentation

◆ NtTimeDerivative()

NtTimeDerivative::NtTimeDerivative ( const InputParameters &  parameters)

Member Function Documentation

◆ computeQpJacobian()

Real NtTimeDerivative::computeQpJacobian ( )
overrideprotectedvirtual

Reimplemented from ScalarTransportTimeDerivative.

◆ computeQpOffDiagJacobian()

Real NtTimeDerivative::computeQpOffDiagJacobian ( unsigned int  jvar)
overrideprotectedvirtual

◆ computeQpResidual()

Real NtTimeDerivative::computeQpResidual ( )
overrideprotectedvirtual

Reimplemented from ScalarTransportTimeDerivative.

◆ validParams()

InputParameters NtTimeDerivative::validParams ( )
static

Member Data Documentation

◆ _d_recipvel_d_temp

const MaterialProperty<std::vector<Real> >& NtTimeDerivative::_d_recipvel_d_temp
protected

◆ _group

unsigned int NtTimeDerivative::_group
protected

◆ _recipvel

const MaterialProperty<std::vector<Real> >& NtTimeDerivative::_recipvel
protected

◆ _temp_id

unsigned int NtTimeDerivative::_temp_id
protected

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