Place holder for 'none' option. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoSurfaceFilm (const dictionary &, CloudType &) | |
Construct from dictionary. More... | |
NoSurfaceFilm (const NoSurfaceFilm< CloudType > &dm) | |
Construct copy. More... | |
virtual autoPtr< SurfaceFilmModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoSurfaceFilm () |
Destructor. More... | |
virtual bool | active () const |
Flag to indicate whether model activates the surface film model. More... | |
virtual bool | transferParcel (parcelType &p, const polyPatch &pp, bool &keepParticle) |
Transfer parcel from cloud to surface film. More... | |
virtual void | setParcelProperties (parcelType &p, const label filmCellI) const |
Set parcel properties. More... | |
virtual void | info (Ostream &os) |
Write surface film info to stream. More... | |
![]() | |
TypeName ("surfaceFilmModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, SurfaceFilmModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
SurfaceFilmModel (CloudType &owner) | |
Construct null from owner. More... | |
SurfaceFilmModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
SurfaceFilmModel (const SurfaceFilmModel< CloudType > &sfm) | |
Construct copy. More... | |
virtual autoPtr< SurfaceFilmModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~SurfaceFilmModel () |
Destructor. More... | |
const dimensionedVector & | g () const |
Return gravitational acceleration constant. More... | |
label | nParcelsTransferred () const |
Return const access to the number of parcels transferred to the. More... | |
label & | nParcelsTransferred () |
Return non-const access to the number of parcels transferred to. More... | |
label | nParcelsInjected () const |
Return const access to the number of parcels injected from the. More... | |
label & | nParcelsInjected () |
Return non-const access to the number of parcels injected from. More... | |
void | inject (TrackData &td) |
Inject parcels into the cloud. More... | |
Protected Types | |
typedef CloudType::parcelType | parcelType |
Convenience typedef for parcel type. More... | |
![]() | |
typedef CloudType::parcelType | parcelType |
Convenience typedef to the cloud's parcel type. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< SurfaceFilmModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
![]() | |
virtual void | cacheFilmFields (const label filmPatchI, const label primaryPatchI, const regionModels::surfaceFilmModels::surfaceFilmModel &filmModel) |
Cache the film fields in preparation for injection. More... | |
![]() | |
const dimensionedVector & | g_ |
Gravitational acceleration constant. More... | |
label | ejectedParcelType_ |
Ejected parcel type label - id assigned to identify parcel for. More... | |
scalarList | massParcelPatch_ |
Parcel mass / patch face. More... | |
scalarList | diameterParcelPatch_ |
Parcel diameter / patch face. More... | |
List< vector > | UFilmPatch_ |
Film velocity / patch face. More... | |
scalarList | rhoFilmPatch_ |
Film density / patch face. More... | |
scalarListList | deltaFilmPatch_ |
Film height of all film patches / patch face. More... | |
label | nParcelsTransferred_ |
Number of parcels transferred to the film model. More... | |
label | nParcelsInjected_ |
Number of parcels injected from the film model. More... | |
Place holder for 'none' option.
Definition at line 49 of file NoSurfaceFilm.H.
|
protected |
Convenience typedef for parcel type.
Definition at line 58 of file NoSurfaceFilm.H.
NoSurfaceFilm | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 33 of file NoSurfaceFilm.C.
NoSurfaceFilm | ( | const NoSurfaceFilm< CloudType > & | dm | ) |
Construct copy.
Definition at line 44 of file NoSurfaceFilm.C.
|
virtual |
Destructor.
Definition at line 55 of file NoSurfaceFilm.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 76 of file NoSurfaceFilm.H.
|
virtual |
Flag to indicate whether model activates the surface film model.
Definition at line 62 of file NoSurfaceFilm.C.
|
virtual |
Transfer parcel from cloud to surface film.
Returns true if parcel is to be transferred
Implements SurfaceFilmModel< CloudType >.
Definition at line 70 of file NoSurfaceFilm.C.
|
virtual |
Set parcel properties.
Reimplemented from SurfaceFilmModel< CloudType >.
Definition at line 82 of file NoSurfaceFilm.C.
|
virtual |
Write surface film info to stream.
Reimplemented from SurfaceFilmModel< CloudType >.
Definition at line 90 of file NoSurfaceFilm.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.