inkJet Class Reference

Mesh motion specifically for the "pumping" system of an ink-jet injector. More...

Inheritance diagram for inkJet:
Collaboration diagram for inkJet:

Public Member Functions

 TypeName ("inkJet")
 Runtime type information. More...
 
 inkJet (fvMesh &mesh, const dictionary &dict)
 Construct from fvMesh and dictionary. More...
 
 inkJet (const inkJet &)=delete
 Disallow default bitwise copy construction. More...
 
 ~inkJet ()
 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 inkJet &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from fvMeshMover
 TypeName ("fvMeshMover")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, fvMeshMover, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 fvMeshMover (fvMesh &)
 Construct from fvMesh. More...
 
 fvMeshMover (const fvMeshMover &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~fvMeshMover ()
 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 solidBody () const
 Is the motion solid body? I.e., are the volumes and area magnitudes. More...
 
virtual bool write (const bool write=true) const
 Write the mover state. More...
 
void operator= (const fvMeshMover &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fvMeshMover
static autoPtr< fvMeshMoverNew (fvMesh &)
 Select, construct and return the fvMeshMover. More...
 

Detailed Description

Mesh motion specifically for the "pumping" system of an ink-jet injector.

The set of points in the "pumping" region are compressed and expanded sinusoidally to impose a sinusoidal variation of the flow at the nozzle exit.

Source files

Definition at line 57 of file inkJet_fvMeshMover.H.

Constructor & Destructor Documentation

◆ inkJet() [1/2]

inkJet ( fvMesh mesh,
const dictionary dict 
)

Construct from fvMesh and dictionary.

Definition at line 45 of file inkJet_fvMeshMover.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

◆ inkJet() [2/2]

inkJet ( const inkJet )
delete

Disallow default bitwise copy construction.

◆ ~inkJet()

~inkJet ( )

Destructor.

Definition at line 74 of file inkJet_fvMeshMover.C.

Member Function Documentation

◆ TypeName()

TypeName ( "inkJet"  )

Runtime type information.

◆ update()

bool update ( )
virtual

Update the mesh for both mesh motion and topology change.

Implements fvMeshMover.

Definition at line 80 of file inkJet_fvMeshMover.C.

References Foam::cos(), Foam::endl(), Foam::Info, mesh, fvMesh::movePoints(), Foam::pos0(), Field< Type >::replace(), fvMesh::time(), Foam::constant::mathematical::twoPi(), dimensioned< Type >::value(), and Vector< scalar >::X.

Here is the call graph for this function:

◆ topoChange()

void topoChange ( const polyTopoChangeMap )
virtual

Update corresponding to the given map.

Implements fvMeshMover.

Definition at line 116 of file inkJet_fvMeshMover.C.

References NotImplemented.

◆ mapMesh()

void mapMesh ( const polyMeshMap )
virtual

Update from another mesh using the given map.

Implements fvMeshMover.

Definition at line 122 of file inkJet_fvMeshMover.C.

References NotImplemented.

◆ distribute()

void distribute ( const polyDistributionMap )
virtual

Update corresponding to the given distribution map.

Implements fvMeshMover.

Definition at line 128 of file inkJet_fvMeshMover.C.

References NotImplemented.

◆ operator=()

void operator= ( const inkJet )
delete

Disallow default bitwise assignment.


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