Go to the documentation of this file.
46 template<
class Type,
class GType>
61 <<
"Laplacian scheme not specified" <<
endl <<
endl
62 <<
"Valid laplacian schemes are :" <<
endl
63 << IstreamConstructorTablePtr_->sortedToc()
67 const word schemeName(schemeData);
69 auto* ctorPtr = IstreamConstructorTable(schemeName);
78 *IstreamConstructorTablePtr_
82 return ctorPtr(
mesh, schemeData);
88 template<
class Type,
class GType>
100 template<
class Type,
class GType>
static tmp< laplacianScheme< Type, GType > > New(const fvMesh &mesh, Istream &schemeData)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
bool interpolate(const vector &p1, const vector &p2, const vector &o, vector &n, scalar l)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool eof() const noexcept
virtual tmp< fvMatrix< Type > > fvmLaplacian(const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)=0
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcLaplacian(const GeometricField< Type, fvPatchField, volMesh > &)=0
#define FatalIOErrorInFunction(ios)
Generic GeometricField class.