An injector model for hollow/solid cone injection. More...
#include <dieselSpray/definedHollowCone.H>
An injector model for hollow/solid cone injection.
Definition at line 51 of file definedHollowCone.H.
Public Member Functions | |
TypeName ("definedHollowConeInjector") | |
Runtime type information. | |
definedHollowConeInjector (const dictionary &dict, spray &sm) | |
Construct from components. | |
~definedHollowConeInjector () | |
scalar | d0 (const label injector, const scalar time) const |
Return the injected droplet diameter. | |
vector | direction (const label injector, const label hole, const scalar time, const scalar d) const |
Return the spray angle of the injector. | |
scalar | velocity (const label i, const scalar time) const |
scalar | averageVelocity (const label i) const |
![]() | |
TypeName ("injectorModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, injectorModel, dictionary,(const dictionary &dict, spray &sm),(dict, sm)) | |
injectorModel (const dictionary &dict, spray &sm) | |
Construct from components. | |
virtual | ~injectorModel () |
Additional Inherited Members | |
![]() | |
static autoPtr< injectorModel > | New (const dictionary &dict, spray &sm) |
![]() | |
const dictionary & | dict_ |
spray & | sm_ |
const PtrList< injector > & | injectors_ |
Random & | rndGen_ |
definedHollowConeInjector | ( | const dictionary & | dict, |
spray & | sm | ||
) |
Construct from components.
Definition at line 51 of file definedHollowCone.C.
References Foam::abort(), DimensionedField< Type, GeoMesh >::average(), Foam::endl(), Foam::FatalError, forAll, spray::fuels(), Foam::Info, spray::injectors(), spray::p(), spray::runTime(), PtrList< T >::size(), TimeState::userTimeToTime(), and dimensioned< Type >::value().
Definition at line 121 of file definedHollowCone.C.
TypeName | ( | "definedHollowConeInjector" | ) |
Runtime type information.
|
virtual |
Return the injected droplet diameter.
Implements injectorModel.
Definition at line 128 of file definedHollowCone.C.
|
virtual |
Return the spray angle of the injector.
Implements injectorModel.
Definition at line 140 of file definedHollowCone.C.
References beta(), Foam::cos(), injectorType::getTableValue(), Foam::mag(), Foam::mathematicalConstant::pi(), Foam::reduce(), Foam::sin(), and Vector< scalar >::zero.
|
virtual |
Implements injectorModel.
Definition at line 197 of file definedHollowCone.C.
References injectorType::getTableValue(), injectorType::injectionPressureProfile(), Foam::max(), injectorType::pressureIndependentVelocity(), rho, Foam::sqrt(), injectorType::T(), injectorType::velocityProfile(), and injectorType::X().
|
virtual |
Implements injectorModel.
Definition at line 218 of file definedHollowCone.C.
References injectorType::integrateTable(), injectorType::teoi(), injectorType::tsoi(), and injectorType::velocityProfile().