MappedFile< Type > Class Template Reference

Patch value mapping from file. More...

Inheritance diagram for MappedFile< Type >:
[legend]
Collaboration diagram for MappedFile< Type >:
[legend]

Public Member Functions

 TypeName ("mappedFile")
 Runtime type information. More...
 
 MappedFile (const polyPatch &pp, const word &type, const word &entryName, const dictionary &dict, const bool faceValues=true)
 Construct from entry name and dictionary. More...
 
 MappedFile (const polyPatch &pp, const word &entryName, const dictionary &dict, const word &fieldTableName, const bool faceValues)
 Construct from entry name and dictionary. More...
 
 MappedFile (const MappedFile< Type > &ut)
 Copy constructor. More...
 
 MappedFile (const MappedFile< Type > &ut, const polyPatch &pp)
 Copy constructor setting patch. More...
 
virtual tmp< PatchFunction1< Type > > clone () const
 Construct and return a clone. More...
 
virtual tmp< PatchFunction1< Type > > clone (const polyPatch &pp) const
 Construct and return a clone setting patch. More...
 
virtual ~MappedFile ()=default
 Destructor. More...
 
virtual tmp< Field< Type > > value (const scalar) const
 Return MappedFile value. More...
 
virtual bool constant () const
 Is value constant (i.e. independent of x) More...
 
virtual bool uniform () const
 Is value uniform (i.e. independent of coordinate) More...
 
virtual tmp< Field< Type > > integrate (const scalar x1, const scalar x2) const
 Integrate between two values. More...
 
virtual void autoMap (const FieldMapper &mapper)
 Map (and resize as needed) from self given a mapping object. More...
 
virtual void rmap (const PatchFunction1< Type > &pf1, const labelList &addr)
 Reverse map the given PatchFunction1 onto this PatchFunction1. More...
 
virtual void writeData (Ostream &os) const
 Write in dictionary format. More...
 
- Public Member Functions inherited from PatchFunction1< Type >
 TypeName ("PatchFunction1") declareRunTimeSelectionTable(autoPtr
 Runtime type information. More...
 
 PatchFunction1 (const polyPatch &pp, const word &entryName, const bool faceValues=true)
 Construct from polyPatch and entry name. More...
 
 PatchFunction1 (const polyPatch &pp, const word &entryName, const dictionary &dict, const bool faceValues=true)
 Construct from polyPatch, dictionary and entry name. More...
 
 PatchFunction1 (const PatchFunction1< Type > &pf1)
 Copy constructor. More...
 
 PatchFunction1 (const PatchFunction1< Type > &pf1, const polyPatch &pp)
 Copy constructor setting patch. More...
 
virtual ~PatchFunction1 ()=default
 Destructor. More...
 
const wordname () const
 Return the name of the entry. More...
 
const polyPatchpatch () const
 Reference to the patch. More...
 
bool faceValues () const
 Whether to generate face or point values on patch. More...
 
virtual void convertTimeBase (const Time &t)
 Convert time. More...
 
virtual tmp< pointFieldlocalPosition (const pointField &globalPos) const
 Helper: optionally convert coordinates to local coordinates. More...
 
virtual tmp< Field< Type > > transform (const Field< Type > &fld) const
 Apply optional transformation. More...
 
virtual tmp< Field< Type > > transform (const tmp< Field< Type >> &tfld) const
 Apply optional transformation. More...
 

Additional Inherited Members

- Public Types inherited from PatchFunction1< Type >
typedef Field< Type > returnType
 
- Static Public Member Functions inherited from PatchFunction1< Type >
static autoPtr< PatchFunction1< Type > > New (const polyPatch &pp, const word &entryName, const dictionary &dict, const bool faceValues=true)
 Selector. More...
 
- Public Attributes inherited from PatchFunction1< Type >
 PatchFunction1
 
 dictionary
 
const polyPatchpp
 
const polyPatch const wordtype
 
const polyPatch const word const wordentryName
 
const polyPatch const word const word const dictionarydict
 
const polyPatch const word const word const dictionary const bool faceValues
 
const polyPatch const word const word const dictionary const bool pp
 
const polyPatch const word const word const dictionary const bool type
 
const polyPatch const word const word const dictionary const bool entryName
 
const polyPatch const word const word const dictionary const bool dict
 
- Protected Attributes inherited from PatchFunction1< Type >
const word name_
 Name of entry. More...
 
const polyPatchpatch_
 Reference to the patch. More...
 
const bool faceValues_
 Whether to generate face or point values on patch. More...
 
coordinateScaling< Type > coordSys_
 Optional local co-ordinate system and scaling. More...
 

Detailed Description

template<class Type>
class Foam::PatchFunction1Types::MappedFile< Type >

Patch value mapping from file.

Options:

Property Description Required Default
mapMethod (nearest/planarInterpolation) no planarInterpolation
offset Time-varying offset values to interpolated data no
fieldTable Name of field data table no field-name
points The name of the points file no points
perturb Perturbation fraction of bounding box no 1e-5
setAverage adjust mapped field to maintain average value no false
Source files

Definition at line 101 of file MappedFile.H.

Constructor & Destructor Documentation

◆ MappedFile() [1/4]

MappedFile ( const polyPatch pp,
const word type,
const word entryName,
const dictionary dict,
const bool  faceValues = true 
)

Construct from entry name and dictionary.

Definition at line 35 of file MappedFile.C.

References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::New().

Here is the call graph for this function:

◆ MappedFile() [2/4]

MappedFile ( const polyPatch pp,
const word entryName,
const dictionary dict,
const word fieldTableName,
const bool  faceValues 
)

Construct from entry name and dictionary.

Definition at line 89 of file MappedFile.C.

References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::New().

Here is the call graph for this function:

◆ MappedFile() [3/4]

MappedFile ( const MappedFile< Type > &  ut)
explicit

Copy constructor.

Definition at line 141 of file MappedFile.C.

◆ MappedFile() [4/4]

MappedFile ( const MappedFile< Type > &  ut,
const polyPatch pp 
)
explicit

Copy constructor setting patch.

Definition at line 166 of file MappedFile.C.

◆ ~MappedFile()

virtual ~MappedFile ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "mappedFile"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<PatchFunction1<Type> > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements PatchFunction1< Type >.

Definition at line 200 of file MappedFile.H.

◆ clone() [2/2]

virtual tmp<PatchFunction1<Type> > clone ( const polyPatch pp) const
inlinevirtual

Construct and return a clone setting patch.

Implements PatchFunction1< Type >.

Definition at line 209 of file MappedFile.H.

References PatchFunction1< Type >::pp.

◆ value()

Foam::tmp< Foam::Field< Type > > value ( const scalar  x) const
virtual

Return MappedFile value.

Reimplemented from PatchFunction1< Type >.

Definition at line 491 of file MappedFile.C.

References Foam::expressions::patchExpr::debug, stdFoam::end(), Foam::endl(), fld, Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::gSum(), Foam::mag(), OSstream::name(), fileName::name(), Foam::New(), Foam::nl, Foam::Pout, s, Foam::transform(), and x.

Here is the call graph for this function:

◆ constant()

virtual bool constant ( ) const
inlinevirtual

Is value constant (i.e. independent of x)

Implements PatchFunction1< Type >.

Definition at line 230 of file MappedFile.H.

◆ uniform()

virtual bool uniform ( ) const
inlinevirtual

Is value uniform (i.e. independent of coordinate)

Implements PatchFunction1< Type >.

Definition at line 236 of file MappedFile.H.

References PatchFunction1< Type >::uniform().

Here is the call graph for this function:

◆ integrate()

Foam::tmp< Foam::Field< Type > > integrate ( const scalar  x1,
const scalar  x2 
) const
virtual

Integrate between two values.

Reimplemented from PatchFunction1< Type >.

Definition at line 601 of file MappedFile.C.

References NotImplemented.

◆ autoMap()

void autoMap ( const FieldMapper mapper)
virtual

Map (and resize as needed) from self given a mapping object.

Reimplemented from PatchFunction1< Type >.

Definition at line 194 of file MappedFile.C.

◆ rmap()

void rmap ( const PatchFunction1< Type > &  pf1,
const labelList addr 
)
virtual

Reverse map the given PatchFunction1 onto this PatchFunction1.

Reimplemented from PatchFunction1< Type >.

Definition at line 214 of file MappedFile.C.

References MappedFile< Type >::rmap().

Referenced by MappedFile< Type >::rmap().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeData()

void writeData ( Ostream os) const
virtual

Write in dictionary format.

Reimplemented from PatchFunction1< Type >.

Definition at line 613 of file MappedFile.C.

References Foam::constant::electromagnetic::e, Foam::name(), writeData(), Ostream::writeEntry(), and Ostream::writeEntryIfDifferent().

Here is the call graph for this function:

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