35 #ifndef CarrierEqnBase_H
36 #define CarrierEqnBase_H
Non-templated base class for carrier equations.
CarrierEqnBase(const word &name, const fvMesh &mesh)
Construct from components.
const fvMesh & mesh_
Reference to the mesh.
word name_
Symbolic name of the equation or equation term.
const fvMesh & mesh() const
Return the mesh.
const word & name() const
Return the equation name.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from string.