Inserting new particles across the faces of a all patched of type "patch" for a free stream. Uniform values number density, temperature and velocity sourced face-by-face from the boundaryT and boundaryU fields of the cloud. More...
Public Member Functions | |
TypeName ("FreeStream") | |
Runtime type information. More... | |
FreeStream (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. More... | |
virtual | ~FreeStream () |
Destructor. More... | |
virtual void | autoMap (const mapPolyMesh &) |
Remap the particles to the correct cells following mesh change. More... | |
virtual void | inflow () |
Introduce particles. More... | |
Public Member Functions inherited from InflowBoundaryModel< CloudType > | |
TypeName ("InflowBoundaryModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, InflowBoundaryModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
InflowBoundaryModel (CloudType &owner) | |
Construct null from owner. More... | |
InflowBoundaryModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. More... | |
virtual | ~InflowBoundaryModel () |
Destructor. More... | |
const CloudType & | owner () const |
Return const access the owner cloud object. More... | |
CloudType & | owner () |
Return non-const access the owner cloud object for manipulation. More... | |
const dictionary & | dict () const |
Return the owner cloud dictionary. More... | |
const dictionary & | coeffDict () const |
Return the coefficients dictionary. More... | |
virtual void | autoMap (const mapPolyMesh &) |
Remap the particles to the correct cells following mesh change. More... | |
virtual void | inflow ()=0 |
Introduce particles. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from InflowBoundaryModel< CloudType > | |
static autoPtr< InflowBoundaryModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Inserting new particles across the faces of a all patched of type "patch" for a free stream. Uniform values number density, temperature and velocity sourced face-by-face from the boundaryT and boundaryU fields of the cloud.
Definition at line 51 of file FreeStream.H.
FreeStream | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 38 of file FreeStream.C.
References Foam::abort(), PtrList< T >::append(), InflowBoundaryModel< CloudType >::coeffDict(), Foam::FatalError, FatalErrorInFunction, HashTable< T, Key, Hash >::find(), forAll, dictionary::get(), Foam::nl, p, patches, List< T >::setSize(), UList< T >::size(), dictionary::toc(), List< T >::transfer(), and Foam::Zero.
|
virtual |
Destructor.
Definition at line 113 of file FreeStream.C.
TypeName | ( | "FreeStream< CloudType >" | ) |
Runtime type information.
|
virtual |
Remap the particles to the correct cells following mesh change.
Reimplemented from InflowBoundaryModel< CloudType >.
Definition at line 120 of file FreeStream.C.
References polyMesh::boundaryMesh(), forAll, mesh, p, and List< T >::setSize().
|
virtual |
Introduce particles.
Implements InflowBoundaryModel< CloudType >.
Definition at line 141 of file FreeStream.C.
References Foam::abort(), polyMesh::boundaryMesh(), TimeState::deltaTValue(), Foam::endl(), Foam::erf(), Foam::exp(), f(), polyMesh::faceOwner(), polyMeshTetDecomposition::faceTetIndices(), tetIndices::faceTri(), Foam::FatalError, FatalErrorInFunction, forAll, Random::GaussNormal(), Foam::Info, UList< T >::last(), triangle< Point, PointRef >::mag(), Foam::mag(), Foam::max(), mesh, Foam::min(), n, Foam::nl, Foam::normalised(), p, Foam::constant::mathematical::pi(), polyMesh::points(), triangle< Point, PointRef >::randomPoint(), Foam::reduce(), rndGen, Random::sample01(), UList< T >::size(), Foam::sqr(), Foam::sqrt(), fvMesh::time(), U, and Foam::Zero.