Class to store the coefficients of a term in a carrier equation.
CarrierCoeff< scalar, true > Sp
Implicit coefficient.
void operator+=(const LagrangianEqn< Type > &lEqn)
Addition assignment.
void operator-=(const LagrangianEqn< Type > &lEqn)
Subtraction assignment.
const VolField< Type > & psi
Reference to the field.
CarrierEqn(const VolField< Type > &psi)
Construct from a reference to the field.
void clear()
Clear the coefficient values.
CarrierCoeff< Type, false > Su
Explicit coefficient.
Generic GeometricField class.
This class stores the coefficients of a Lagrangian equation, and facilitates solving that equation an...
A special matrix type and solver, designed for finite volume solutions of scalar equations....
void operator+=(fvMatrix< Type > &fvEqn, const CarrierEqn< Type > &cEqn)
Add to a finite-volume equation.
void operator-=(fvMatrix< Type > &fvEqn, const CarrierEqn< Type > &cEqn)
Subtract from a finite-volume equation.