Go to the documentation of this file.
55 <<
"constructing laplacianScheme<Type>"
62 <<
"Laplacian scheme not specified" <<
nl <<
nl
63 <<
"Valid laplacian schemes are :" <<
nl
64 << IstreamConstructorTablePtr_->sortedToc()
68 const word schemeName(schemeData);
70 auto* ctorPtr = IstreamConstructorTable(schemeName);
79 *IstreamConstructorTablePtr_
83 return ctorPtr(
mesh, schemeData);
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Ostream & endl(Ostream &os)
static tmp< laplacianScheme< Type > > New(const faMesh &mesh, Istream &schemeData)
virtual tmp< faMatrix< Type > > famLaplacian(const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
#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 ~laplacianScheme()
errorManipArg< error, int > exit(error &err, const int errNo=1)
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facLaplacian(const GeometricField< Type, faPatchField, areaMesh > &)=0
Finite area mesh. Used for 2-D non-Euclidian finite area method.
#define FatalIOErrorInFunction(ios)
Generic GeometricField class.