Pressure swirl injector model with user-defined cone-angle/interval vs. time. More...
#include <dieselSpray/definedPressureSwirl.H>
Pressure swirl injector model with user-defined cone-angle/interval vs. time.
Definition at line 49 of file definedPressureSwirl.H.
Public Member Functions | |
TypeName ("definedPressureSwirlInjector") | |
Runtime type information.
| |
definedPressureSwirlInjector (const dictionary &dict, spray &sm) | |
Construct from components.
| |
~definedPressureSwirlInjector () | |
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 |
definedPressureSwirlInjector | ( | const dictionary & | dict, |
spray & | sm | ||
) |
Construct from components.
Definition at line 51 of file definedPressureSwirl.C.
References DimensionedField< Type, GeoMesh >::average(), forAll, spray::fuels(), spray::injectors(), spray::p(), and dimensioned< Type >::value().
Definition at line 79 of file definedPressureSwirl.C.
TypeName | ( | "definedPressureSwirlInjector" | ) |
Runtime type information.
scalar d0 | ( | const label | injector, |
const scalar | time | ||
) | const [virtual]
|
Return the injected droplet diameter.
Implements injectorModel.
Definition at line 86 of file definedPressureSwirl.C.
References A, liquidMixture::components(), Foam::cos(), injectorType::d(), injectorType::getTableValue(), k(), injectorType::massFlowRate(), Foam::max(), Foam::min(), Foam::mathematicalConstant::pi(), Foam::pow(), liquidMixture::properties(), List< T >::size(), Foam::sqr(), Foam::sqrt(), injectorType::T(), and injectorType::X().
vector direction | ( | const label | injector, |
const label | hole, | ||
const scalar | time, | ||
const scalar | d | ||
) | const [virtual]
|
Return the spray angle of the injector.
Implements injectorModel.
Definition at line 196 of file definedPressureSwirl.C.
References beta(), Foam::cos(), Foam::mag(), Foam::mathematicalConstant::pi(), Foam::reduce(), Foam::sin(), and Vector< Cmpt >::zero.
scalar velocity | ( | const label | i, |
const scalar | time | ||
) | const [virtual]
|
Implements injectorModel.
Definition at line 243 of file definedPressureSwirl.C.
References Foam::pow(), Foam::sqrt(), and Foam::tan().
scalar averageVelocity | ( | const label | i ) | const [virtual]
|
Implements injectorModel.
Definition at line 252 of file definedPressureSwirl.C.
References averagePressure, injectorType::integrateTable(), injectorType::mass(), Foam::sqrt(), injectorType::T(), injectorType::teoi(), injectorType::tsoi(), and injectorType::X().