raw Class Reference

Prototype fvMeshTopoChanger without any added functionality. More...

Inheritance diagram for raw:
Collaboration diagram for raw:

Public Member Functions

 TypeName ("raw")
 Runtime type information. More...
 
 raw (fvMesh &mesh, const dictionary &dict)
 Construct from fvMesh and dictionary. More...
 
 raw (const raw &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~raw ()
 Destructor. More...
 
virtual bool update ()
 Update the mesh for both mesh motion and topology change. More...
 
virtual void topoChange (const polyTopoChangeMap &)
 Update corresponding to the given map. More...
 
virtual void mapMesh (const polyMeshMap &)
 Update from another mesh using the given map. More...
 
virtual void distribute (const polyDistributionMap &)
 Update corresponding to the given distribution map. More...
 
void operator= (const raw &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from fvMeshTopoChanger
 TypeName ("fvMeshTopoChanger")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, fvMeshTopoChanger, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 fvMeshTopoChanger (fvMesh &)
 Construct from fvMesh. More...
 
 fvMeshTopoChanger (const fvMeshTopoChanger &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~fvMeshTopoChanger ()
 Destructor. More...
 
fvMeshmesh ()
 Return the fvMesh. More...
 
const fvMeshmesh () const
 Return the fvMesh. More...
 
virtual bool dynamic () const
 Is mesh dynamic, i.e. might it change? More...
 
virtual bool write (const bool write=true) const
 Write the mover state. More...
 
void operator= (const fvMeshTopoChanger &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fvMeshTopoChanger
static autoPtr< fvMeshTopoChangerNew (fvMesh &, const dictionary &dict)
 Select, construct and return the fvMeshTopoChanger. More...
 
static autoPtr< fvMeshTopoChangerNew (fvMesh &)
 Select, construct and return the fvMeshTopoChanger. More...
 

Detailed Description

Prototype fvMeshTopoChanger without any added functionality.

Can be used as the starting point for any polyTopoChanger based topo-changer.

Note: run without FOAM_SETNAN. Temporary has unitialised patch data when faces are created out of nothing.

Source files

Definition at line 57 of file fvMeshTopoChangersRaw.H.

Constructor & Destructor Documentation

◆ raw() [1/2]

raw ( fvMesh mesh,
const dictionary dict 
)

Construct from fvMesh and dictionary.

Definition at line 45 of file fvMeshTopoChangersRaw.C.

◆ raw() [2/2]

raw ( const raw )
delete

Disallow default bitwise copy construction.

◆ ~raw()

~raw ( )
virtual

Destructor.

Definition at line 54 of file fvMeshTopoChangersRaw.C.

Member Function Documentation

◆ TypeName()

TypeName ( "raw"  )

Runtime type information.

◆ update()

bool update ( )
virtual

Update the mesh for both mesh motion and topology change.

Implements fvMeshTopoChanger.

Definition at line 60 of file fvMeshTopoChangersRaw.C.

References Foam::endl(), Foam::faceMap(), forAll, Foam::Info, and autoPtr< T >::valid().

Here is the call graph for this function:

◆ topoChange()

void topoChange ( const polyTopoChangeMap map)
virtual

Update corresponding to the given map.

Implements fvMeshTopoChanger.

Definition at line 165 of file fvMeshTopoChangersRaw.C.

◆ mapMesh()

void mapMesh ( const polyMeshMap map)
virtual

Update from another mesh using the given map.

Implements fvMeshTopoChanger.

Definition at line 169 of file fvMeshTopoChangersRaw.C.

◆ distribute()

void distribute ( const polyDistributionMap map)
virtual

Update corresponding to the given distribution map.

Implements fvMeshTopoChanger.

Definition at line 173 of file fvMeshTopoChangersRaw.C.

◆ operator=()

void operator= ( const raw )
delete

Disallow default bitwise assignment.


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