MappedFile< Type > Class Template Reference

Patch value mapping from a set of values stored in a file and a set of unstructured points using the following directory structure: More...

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

Public Member Functions

 TypeName ("mappedFile")
 Runtime type information. More...
 
void operator= (const MappedFile< Type > &)=delete
 No copy assignment. More...
 
 MappedFile (const polyPatch &pp, const word &redirectType, 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 > &rhs)
 Copy construct. More...
 
 MappedFile (const MappedFile< Type > &rhs, const polyPatch &pp)
 Copy construct 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 bool constant () const
 Value is independent of x if there is only a single sample time. More...
 
virtual bool uniform () const
 Is value uniform (i.e. independent of coordinate) More...
 
virtual tmp< Field< Type > > value (const scalar) const
 Return MappedFile value. 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...
 
void writeEntries (Ostream &os) const
 Write coefficient entries in dictionary format. 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 > &rhs)
 Copy construct. More...
 
 PatchFunction1 (const PatchFunction1< Type > &rhs, const polyPatch &pp)
 Copy construct setting patch. More...
 
virtual ~PatchFunction1 ()=default
 Destructor. 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, const bool mandatory=true)
 Selector. More...
 
static autoPtr< PatchFunction1< Type > > NewCompat (const polyPatch &pp, const word &entryName, std::initializer_list< std::pair< const char *, int >> compat, const dictionary &dict, const bool faceValues=true, const bool mandatory=true)
 Compatibility selector. More...
 
static autoPtr< PatchFunction1< Type > > NewIfPresent (const polyPatch &pp, const word &entryName, const dictionary &dict, const bool faceValues=true)
 An optional selector. More...
 
static refPtr< PatchFunction1< Type > > New (HashPtrTable< PatchFunction1< Type >> &cache, const polyPatch &pp, const word &entryName, const dictionary &dict, enum keyType::option matchOpt=keyType::LITERAL, const bool faceValues=true, const bool mandatory=true)
 
- 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 Member Functions inherited from PatchFunction1< Type >
void operator= (const PatchFunction1< Type > &)=delete
 No copy assignment. More...
 
- Protected Attributes inherited from PatchFunction1< Type >
coordinateScaling< Type > coordSys_
 Optional local coordinate system and scaling. More...
 

Detailed Description

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

Patch value mapping from a set of values stored in a file and a set of unstructured points using the following directory structure:

    constant/boundaryData/\<patchName\>/points
    constant/boundaryData/\<patchName\>/\<time\>/\<field\>

Options:

Property Description Type Reqd Deflt
mapMethod Mapping method word no planarInterpolation
offset Time-varying offset values to interpolated data Function1<Type> no -
fieldTable Name of field data table word no field-name
points Name of the points file word no points
perturb Perturbation fraction of bounding box scalar no 1e-5
setAverage Adjust mapped field to maintain average value scalar no false

Options for the mapMethod entry:

      nearest               | Use nearest points only (avoids triangulation)
      planarInterpolation   | Interpolation using 2D Delaunay triangulation
Source files

Definition at line 129 of file MappedFile.H.

Constructor & Destructor Documentation

◆ MappedFile() [1/4]

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

Construct from entry name and dictionary.

Definition at line 35 of file MappedFile.C.

◆ 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 84 of file MappedFile.C.

◆ MappedFile() [3/4]

MappedFile ( const MappedFile< Type > &  rhs)
explicit

Copy construct.

Definition at line 131 of file MappedFile.C.

◆ MappedFile() [4/4]

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

Copy construct setting patch.

Definition at line 141 of file MappedFile.C.

◆ ~MappedFile()

virtual ~MappedFile ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "mappedFile"  )

Runtime type information.

◆ operator=()

void operator= ( const MappedFile< Type > &  )
delete

No copy assignment.

◆ clone() [1/2]

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

Construct and return a clone.

Implements PatchFunction1< Type >.

Definition at line 230 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 239 of file MappedFile.H.

◆ constant()

virtual bool constant ( ) const
inlinevirtual

Value is independent of x if there is only a single sample time.

Reimplemented from PatchFunction1< Type >.

Definition at line 255 of file MappedFile.H.

◆ uniform()

virtual bool uniform ( ) const
inlinevirtual

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

Implements PatchFunction1< Type >.

Definition at line 261 of file MappedFile.H.

◆ value()

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

Return MappedFile value.

Reimplemented from PatchFunction1< Type >.

Definition at line 480 of file MappedFile.C.

◆ 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 590 of file MappedFile.C.

◆ 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 169 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 194 of file MappedFile.C.

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

Here is the caller graph for this function:

◆ writeEntries()

void writeEntries ( Ostream os) const

Write coefficient entries in dictionary format.

Definition at line 602 of file MappedFile.C.

◆ writeData()

void writeData ( Ostream os) const
virtual

Write in dictionary format.

Reimplemented from PatchFunction1< Type >.

Definition at line 631 of file MappedFile.C.


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