#include <src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.H>
Definition at line 64 of file kOmegaSSTSAS.H.
Inheritance diagram for kOmegaSSTSAS:
Collaboration diagram for kOmegaSSTSAS:Public Member Functions | |
| TypeName ("kOmegaSSTSAS") | |
| Runtime type information. | |
| kOmegaSSTSAS (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport, const word &modelName=typeName) | |
| Construct from components. | |
| virtual | ~kOmegaSSTSAS () |
| Destructor. | |
| virtual tmp< volScalarField > | k () const |
| Return SGS kinetic energy. | |
| virtual tmp< volScalarField > | omega () const |
| Return omega. | |
| tmp< volScalarField > | DkEff (const volScalarField &F1) const |
| Return the effective diffusivity for k. | |
| tmp< volScalarField > | DomegaEff (const volScalarField &F1) const |
| Return the effective diffusivity for omega. | |
| virtual tmp< volScalarField > | epsilon () const |
| Return sub-grid disipation rate. | |
| virtual tmp< volScalarField > | nuSgs () const |
| Return SGS viscosity. | |
| virtual tmp< volSymmTensorField > | B () const |
| Return the sub-grid stress tensor. | |
| virtual tmp< volSymmTensorField > | devBeff () const |
| Return the effective sub-grid turbulence stress tensor. | |
| virtual tmp< fvVectorMatrix > | divDevBeff (volVectorField &U) const |
| Return the deviatoric part of the divergence of Beff. | |
| virtual void | correct (const tmp< volTensorField > &gradU) |
| Solve the turbulence equations (k-w) and correct the turbulence. | |
| virtual bool | read () |
| Read LESProperties dictionary. | |
Public Member Functions inherited from incompressible::LESModel | |
| TypeName ("LESModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, LESModel, dictionary,(const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel),(U, phi, lamTransportModel)) | |
| LESModel (const word &type, const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) | |
| Construct from components. | |
| virtual | ~LESModel () |
| Destructor. | |
| const dictionary & | coeffDict () const |
| Const access to the coefficients dictionary,. | |
| virtual const volScalarField & | delta () const |
| Access function to filter width. | |
| const dimensionedScalar & | k0 () const |
| Return the value of k0 which k is not allowed to be less than. | |
| dimensionedScalar & | k0 () |
| Allow k0 to be changed. | |
| virtual tmp< volScalarField > | nuEff () const |
| Return the effective viscosity. | |
| virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. | |
| virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. | |
| virtual tmp< volSymmTensorField > | devReff () const |
| Return the effective stress tensor including the laminar stress. | |
| virtual tmp< fvVectorMatrix > | divDevReff (volVectorField &U) const |
| Return the source term for the momentum equation. | |
| void | correct () |
| Correct Eddy-Viscosity and related properties. | |
Public Member Functions inherited from incompressible::turbulenceModel | |
| TypeName ("turbulenceModel") | |
| Runtime type information. | |
| declareRunTimeNewSelectionTable (autoPtr, turbulenceModel, turbulenceModel,(const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel),(U, phi, lamTransportModel)) | |
| turbulenceModel (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) | |
| Construct from components. | |
| virtual | ~turbulenceModel () |
| Destructor. | |
| const volVectorField & | U () const |
| Access function to velocity field. | |
| const surfaceScalarField & | phi () const |
| Access function to flux field. | |
| transportModel & | transport () const |
| Access function to incompressible transport model. | |
| const volScalarField & | nu () const |
| Return the laminar viscosity. | |
| virtual tmp< fvVectorMatrix > | divDevReff (volVectorField &U) const =0 |
| Return the source term for the momentum equation. | |
Public Member Functions inherited from IOdictionary | |
| TypeName ("dictionary") | |
| IOdictionary (const IOobject &) | |
| Construct given an IOobject. | |
| IOdictionary (const IOobject &, const dictionary &) | |
| Construct given an IOobject and dictionary. | |
| virtual | ~IOdictionary () |
| const word & | name () const |
| Name function is needed to disambiguate those inherited. | |
| bool | readData (Istream &) |
| ReadData function required for regIOobject read operation. | |
| bool | writeData (Ostream &) const |
| WriteData function required for regIOobject write operation. | |
| virtual bool | write () const |
| Write using setting from DB. | |
| void | operator= (const IOdictionary &) |
| Assignment of other IOdictionary's entries to this IOdictionary. | |
Public Member Functions inherited from regIOobject | |
| TypeName ("regIOobject") | |
| Runtime type information. | |
| regIOobject (const IOobject &, const bool isTime=false) | |
| Construct from IOobject. Optional flag for if IOobject is the. | |
| regIOobject (const regIOobject &) | |
| Construct as copy. | |
| regIOobject (const regIOobject &, bool registerCopy) | |
| Construct as copy, and transferring registry registration to copy. | |
| virtual | ~regIOobject () |
| bool | checkIn () |
| Add object to registry. | |
| bool | checkOut () |
| Remove object from registry. | |
| bool | ownedByRegistry () const |
| Is this object owned by the registry? | |
| void | store () |
| Transfer ownership of this object to its registry. | |
| void | release () |
| Release ownership of this object from its registry. | |
| label | eventNo () const |
| Event number at last update. | |
| label & | eventNo () |
| Event number at last update. | |
| bool | upToDate (const word &) const |
| Am I uptodate with respect to other regIOobjects. | |
| bool | upToDate (const word &, const word &) const |
| bool | upToDate (const word &, const word &, const word &) const |
| bool | upToDate (const word &, const word &, const word &, const word &) const |
| void | setUpToDate () |
| Flag me as up to date. | |
| virtual void | rename (const word &newName) |
| Rename. | |
| Istream & | readStream (const word &) |
| Return Istream and check object type against that given. | |
| void | close () |
| Close Istream. | |
| virtual bool | modified () const |
| Return true if the object's file has been modified. | |
| virtual bool | readIfModified () |
| Read object if modified. | |
| virtual bool | writeObject (IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const |
| Write using given format, version and compression. | |
| void | operator= (const IOobject &) |
Public Member Functions inherited from IOobject | |
| TypeName ("IOobject") | |
| Runtime type information. | |
| IOobject (const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from name, instance, registry, io options. | |
| IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from name, instance, local, registry, io options. | |
| IOobject (const fileName &path, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from path, registry, io options. | |
| Foam::autoPtr< IOobject > | clone () const |
| Clone. | |
| virtual | ~IOobject () |
| const Time & | time () const |
| Return time. | |
| const objectRegistry & | db () const |
| Return the local objectRegistry. | |
| const word & | headerClassName () const |
| Return name of the class name read from header. | |
| string & | note () |
| Return non-constant access to the optional note. | |
| const string & | note () const |
| Return the optional note. | |
| bool | registerObject () const |
| Register object created from this IOobject with registry if true. | |
| readOption | readOpt () const |
| readOption & | readOpt () |
| writeOption | writeOpt () const |
| writeOption & | writeOpt () |
| const fileName & | rootPath () const |
| const fileName & | caseName () const |
| const fileName & | instance () const |
| fileName & | instance () |
| const fileName & | local () const |
| fileName | path () const |
| Return complete path. | |
| fileName | path (const word &instance, const fileName &local="") const |
| Return complete path with alternative instance and local. | |
| fileName | objectPath () const |
| Return complete path + object name. | |
| fileName | filePath () const |
| Return complete path + object name if the file exists. | |
| bool | readHeader (Istream &) |
| Read header. | |
| bool | headerOk () |
| Read and check header info. | |
| bool | writeHeader (Ostream &) const |
| Write header. | |
| bool | good () const |
| bool | bad () const |
| InfoProxy< IOobject > | info () const |
| Return info proxy. | |
Public Member Functions inherited from dictionary | |
| ClassName ("dictionary") | |
| dictionary () | |
| Construct top-level dictionary null. | |
| dictionary (const fileName &name) | |
| Construct top-level empty dictionary with given name. | |
| dictionary (const fileName &name, const dictionary &parentDict, Istream &) | |
| Construct given the entry name, parent dictionary and Istream,. | |
| dictionary (Istream &) | |
| Construct top-level dictionary from Istream, reading entries. | |
| dictionary (const dictionary &parentDict, const dictionary &) | |
| Construct as copy given the parent dictionary. | |
| dictionary (const dictionary &) | |
| Construct top-level dictionary as copy. | |
| dictionary (const dictionary *) | |
| Construct top-level dictionary as copy from pointer to dictionary. | |
| dictionary (const dictionary &parentDict, const Xfer< dictionary > &) | |
| Construct by transferring parameter contents given parent dictionary. | |
| dictionary (const Xfer< dictionary > &) | |
| Construct top-level dictionary by transferring parameter contents. | |
| autoPtr< dictionary > | clone () const |
| Construct and return clone. | |
| ~dictionary () | |
| const dictionary & | parent () const |
| Return the parent dictionary. | |
| label | startLineNumber () const |
| Return line number of first token in dictionary. | |
| label | endLineNumber () const |
| Return line number of last token in dictionary. | |
| SHA1Digest | digest () const |
| Return the SHA1 digest of the dictionary contents. | |
| bool | found (const word &, bool recursive=false) const |
| Search dictionary for given keyword. | |
| const entry * | lookupEntryPtr (const word &, bool recursive, bool patternMatch) const |
| Find and return an entry data stream pointer if present. | |
| entry * | lookupEntryPtr (const word &, bool recursive, bool patternMatch) |
| Find and return an entry data stream pointer for manipulation. | |
| const entry & | lookupEntry (const word &, bool recursive, bool patternMatch) const |
| Find and return an entry data stream if present otherwise error. | |
| ITstream & | lookup (const word &, bool recursive=false, bool patternMatch=true) const |
| Find and return an entry data stream. | |
| template<class T > | |
| T | lookupOrDefault (const word &, const T &, bool recursive=false, bool patternMatch=true) const |
| Find and return a T,. | |
| template<class T > | |
| T | lookupOrAddDefault (const word &, const T &, bool recursive=false, bool patternMatch=true) |
| Find and return a T, if not found return the given. | |
| template<class T > | |
| bool | readIfPresent (const word &, T &, bool recursive=false, bool patternMatch=true) const |
| Find an entry if present, and assign to T. | |
| bool | isDict (const word &) const |
| Check if entry is a sub-dictionary. | |
| const dictionary * | subDictPtr (const word &) const |
| Find and return a sub-dictionary pointer if present. | |
| const dictionary & | subDict (const word &) const |
| Find and return a sub-dictionary. | |
| dictionary & | subDict (const word &) |
| Find and return a sub-dictionary for manipulation. | |
| dictionary | subOrEmptyDict (const word &) const |
| Find and return a sub-dictionary as a copy, or. | |
| wordList | toc () const |
| Return the table of contents. | |
| List< keyType > | keys (bool patterns=false) const |
| Return the list of available keys or patterns. | |
| bool | substituteKeyword (const word &keyword) |
| Substitute the given keyword prepended by '$' with the. | |
| bool | add (entry *, bool mergeEntry=false) |
| Add a new entry. | |
| void | add (const entry &, bool mergeEntry=false) |
| Add an entry. | |
| void | add (const keyType &, const word &, bool overwrite=false) |
| Add a word entry. | |
| void | add (const keyType &, const string &, bool overwrite=false) |
| Add a string entry. | |
| void | add (const keyType &, const label, bool overwrite=false) |
| Add a label entry. | |
| void | add (const keyType &, const scalar, bool overwrite=false) |
| Add a scalar entry. | |
| void | add (const keyType &, const dictionary &, bool mergeEntry=false) |
| Add a dictionary entry. | |
| template<class T > | |
| void | add (const keyType &, const T &, bool overwrite=false) |
| Add a T entry. | |
| void | set (entry *) |
| Assign a new entry, overwrite any existing entry. | |
| void | set (const entry &) |
| Assign a new entry, overwrite any existing entry. | |
| void | set (const keyType &, const dictionary &) |
| Assign a dictionary entry, overwrite any existing entry. | |
| template<class T > | |
| void | set (const keyType &, const T &) |
| Assign a T entry, overwrite any existing entry. | |
| bool | remove (const word &) |
| Remove an entry specified by keyword. | |
| bool | changeKeyword (const keyType &oldKeyword, const keyType &newKeyword, bool forceOverwrite=false) |
| Change the keyword for an entry,. | |
| bool | merge (const dictionary &) |
| Merge entries from the given dictionary. | |
| void | clear () |
| Clear the dictionary. | |
| void | transfer (dictionary &) |
| Transfer the contents of the argument and annul the argument. | |
| Xfer< dictionary > | xfer () |
| Transfer contents to the Xfer container. | |
| bool | read (Istream &) |
| Read dictionary from Istream. | |
| void | write (Ostream &, bool subDict=true) const |
| ITstream & | operator[] (const word &) const |
| Find and return entry. | |
| void | operator= (const dictionary &) |
| void | operator+= (const dictionary &) |
| Include entries from the given dictionary. | |
| void | operator|= (const dictionary &) |
| Conditionally include entries from the given dictionary. | |
| void | operator<<= (const dictionary &) |
| Unconditionally include entries from the given dictionary. | |
Public Member Functions inherited from dictionaryName | |
| dictionaryName () | |
| Construct dictionaryName null. | |
| dictionaryName (const fileName &name) | |
| Construct dictionaryName as copy of the given fileName. | |
| fileName & | name () |
| Return the dictionary name. | |
Public Member Functions inherited from IDLList< entry > | |
| IDLList () | |
| Null construct. | |
| IDLList (const entry &a) | |
| Construct given initial T. | |
| IDLList (Istream &is, const INew &inewt) | |
| Construct from Istream using given Istream constructor class. | |
| IDLList (Istream &is) | |
| Construct from Istream. | |
| IDLList (const IDLList< entry > &idll, const CloneArg &cloneArg) | |
| Copy constructor with additional argument for clone. | |
Public Member Functions inherited from ILList< DLListBase, entry > | |
| ILList () | |
| Null construct. | |
| ILList (entry *a) | |
| Construct given initial T. | |
| ILList (Istream &) | |
| Construct from Istream. | |
| ILList (const ILList< DLListBase, entry > &) | |
| Construct as copy. | |
| ILList (const ILList< DLListBase, entry > &lst, const CloneArg &cloneArg) | |
| Copy constructor with additional argument for clone. | |
| ILList (Istream &, const INew &) | |
| Construct from Istream using given Istream constructor class. | |
| ~ILList () | |
| bool | eraseHead () |
| Remove the head element specified from the list and delete it. | |
| bool | erase (entry *p) |
| Remove the specified element from the list and delete it. | |
| void | transfer (ILList< DLListBase, entry > &) |
| Transfer the contents of the argument into this List. | |
| void | operator= (const ILList< DLListBase, entry > &) |
Public Member Functions inherited from UILList< DLListBase, entry > | |
| UILList () | |
| Null construct. | |
| UILList (entry *a) | |
| Construct given initial T. | |
| UILList (const UILList< DLListBase, entry > &) | |
| Construct as copy. | |
| entry * | first () |
| Return the first entry. | |
| const entry * | first () const |
| Return the first entry. | |
| entry * | last () |
| Return the last entry. | |
| const entry * | last () const |
| Return the last entry. | |
| entry * | removeHead () |
| Remove and return head. | |
| entry * | remove (entry *p) |
| Remove and return element. | |
| entry * | remove (iterator &it) |
| Remove and return specified by iterator. | |
| void | operator= (const UILList< DLListBase, entry > &) |
| bool | operator== (const UILList< DLListBase, entry > &) const |
| Equality operation on ULists of the same type. | |
| bool | operator!= (const UILList< DLListBase, entry > &) const |
| The opposite of the equality operation. Takes linear time. | |
Public Member Functions inherited from DLListBase | |
| DLListBase () | |
| Null construct. | |
| DLListBase (link *) | |
| Construct given initial entry. | |
| ~DLListBase () | |
| label | size () const |
| Return number of elements in list. | |
| bool | empty () const |
| Return true if the list is empty. | |
| void | insert (link *) |
| Add at head of list. | |
| void | append (link *) |
| Add at tail of list. | |
| bool | swapUp (link *) |
| Swap this element with the one above unless it is at the top. | |
| bool | swapDown (link *) |
| Swap this element with the one below unless it is at the bottom. | |
| link * | remove (link *) |
| Remove and return element. | |
| link * | replace (link *oldLink, link *newLink) |
| Replace oldLink with newLink and return element. | |
| link * | replace (iterator &oldIter, link *newLink) |
| Replace oldIter with newLink and return element. | |
| void | transfer (DLListBase &) |
| Transfer the contents of the argument into this List. | |
| iterator | begin () |
| const iterator & | end () |
| const_iterator | cbegin () const |
| const const_iterator & | cend () const |
| const_iterator | begin () const |
| const const_iterator & | end () const |
Protected Member Functions | |
| tmp< volScalarField > | Lvk2 (const volScalarField &S2) const |
| tmp< volScalarField > | F1 (const volScalarField &CDkOmega) const |
| tmp< volScalarField > | F2 () const |
| tmp< volScalarField > | blend (const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const |
| tmp< volScalarField > | alphaK (const volScalarField &F1) const |
| tmp< volScalarField > | alphaOmega (const volScalarField &F1) const |
| tmp< volScalarField > | beta (const volScalarField &F1) const |
| tmp< volScalarField > | gamma (const volScalarField &F1) const |
Protected Member Functions inherited from incompressible::LESModel | |
| virtual void | printCoeffs () |
| Print model coefficients. | |
Protected Attributes | |
| dimensionedScalar | alphaK1_ |
| dimensionedScalar | alphaK2_ |
| dimensionedScalar | alphaOmega1_ |
| dimensionedScalar | alphaOmega2_ |
| dimensionedScalar | gamma1_ |
| dimensionedScalar | gamma2_ |
| dimensionedScalar | beta1_ |
| dimensionedScalar | beta2_ |
| dimensionedScalar | betaStar_ |
| dimensionedScalar | a1_ |
| dimensionedScalar | c1_ |
| dimensionedScalar | Cs_ |
| dimensionedScalar | alphaPhi_ |
| dimensionedScalar | zetaTilda2_ |
| dimensionedScalar | FSAS_ |
| dimensionedScalar | omega0_ |
| dimensionedScalar | omegaSmall_ |
| wallDist | y_ |
| dimensionedScalar | Cmu_ |
| dimensionedScalar | kappa_ |
| volScalarField | k_ |
| volScalarField | omega_ |
| volScalarField | nuSgs_ |
Protected Attributes inherited from incompressible::LESModel | |
| Switch | printCoeffs_ |
| dictionary | coeffDict_ |
| dimensionedScalar | k0_ |
| autoPtr< LESdelta > | delta_ |
Protected Attributes inherited from incompressible::turbulenceModel | |
| const Time & | runTime_ |
| const fvMesh & | mesh_ |
| const volVectorField & | U_ |
| const surfaceScalarField & | phi_ |
| transportModel & | transportModel_ |
Additional Inherited Members | |
Static Public Member Functions inherited from incompressible::LESModel | |
| static autoPtr< LESModel > | New (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) |
| Return a reference to the selected LES model. | |
Static Public Member Functions inherited from incompressible::turbulenceModel | |
| static autoPtr< turbulenceModel > | New (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) |
| Return a reference to the selected turbulence model. | |
| kOmegaSSTSAS | ( | const volVectorField & | U, |
| const surfaceScalarField & | phi, | ||
| transportModel & | transport, | ||
| const word & | modelName = typeName |
||
| ) |
Construct from components.
Definition at line 120 of file kOmegaSSTSAS.C.
References Foam::fvc::grad(), Foam::magSqr(), and Foam::symm().
|
inlinevirtual |
Destructor.
Definition at line 193 of file kOmegaSSTSAS.H.
|
protected |
Definition at line 96 of file kOmegaSSTSAS.C.
References Foam::fvc::laplacian(), Foam::mag(), Foam::max(), Foam::sqrt(), and U.
Referenced by kOmegaSSTSAS::correct().
|
protected |
Definition at line 53 of file kOmegaSSTSAS.C.
References kOmegaSSTSAS::alphaOmega2_, kOmegaSSTSAS::betaStar_, Foam::dimless, Foam::dimTime, e, kOmegaSSTSAS::k_, Foam::max(), Foam::min(), incompressible::turbulenceModel::nu(), Foam::pow4(), Foam::sqr(), Foam::sqrt(), Foam::tanh(), and kOmegaSSTSAS::y_.
Referenced by kOmegaSSTSAS::correct().
|
protected |
Definition at line 79 of file kOmegaSSTSAS.C.
References kOmegaSSTSAS::betaStar_, kOmegaSSTSAS::k_, Foam::max(), Foam::min(), incompressible::turbulenceModel::nu(), Foam::sqr(), Foam::sqrt(), Foam::tanh(), and kOmegaSSTSAS::y_.
|
inlineprotected |
Definition at line 132 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::alphaK(), kOmegaSSTSAS::alphaOmega(), kOmegaSSTSAS::beta(), and kOmegaSSTSAS::gamma().
|
inlineprotected |
Definition at line 142 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::alphaK1_, kOmegaSSTSAS::alphaK2_, and kOmegaSSTSAS::blend().
Referenced by kOmegaSSTSAS::DkEff().
|
inlineprotected |
Definition at line 150 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::alphaOmega1_, kOmegaSSTSAS::alphaOmega2_, and kOmegaSSTSAS::blend().
Referenced by kOmegaSSTSAS::DomegaEff().
|
inlineprotected |
Definition at line 158 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::beta1_, kOmegaSSTSAS::beta2_, and kOmegaSSTSAS::blend().
Referenced by kOmegaSSTSAS::correct().
|
inlineprotected |
Definition at line 166 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::blend(), kOmegaSSTSAS::gamma1_, and kOmegaSSTSAS::gamma2_.
Referenced by kOmegaSSTSAS::correct().
| TypeName | ( | "kOmegaSSTSAS" | ) |
Runtime type information.
|
inlinevirtual |
Return SGS kinetic energy.
Implements incompressible::LESModel.
Definition at line 200 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::k_.
Referenced by kOmegaSSTSAS::B().
|
inlinevirtual |
|
inline |
Return the effective diffusivity for k.
Definition at line 212 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::alphaK(), incompressible::turbulenceModel::nu(), and kOmegaSSTSAS::nuSgs_.
Referenced by kOmegaSSTSAS::correct().
|
inline |
Return the effective diffusivity for omega.
Definition at line 221 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::alphaOmega(), incompressible::turbulenceModel::nu(), and kOmegaSSTSAS::nuSgs_.
Referenced by kOmegaSSTSAS::correct().
|
virtual |
Return sub-grid disipation rate.
Implements incompressible::LESModel.
Definition at line 414 of file kOmegaSSTSAS.C.
References Foam::fvc::grad(), Foam::magSqr(), incompressible::LESModel::nuEff(), Foam::symm(), and incompressible::turbulenceModel::U().
|
inlinevirtual |
Return SGS viscosity.
Implements incompressible::LESModel.
Definition at line 233 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS::nuSgs_.
Referenced by kOmegaSSTSAS::B().
|
virtual |
Return the sub-grid stress tensor.
Implements incompressible::LESModel.
Definition at line 420 of file kOmegaSSTSAS.C.
References Foam::fvc::grad(), Foam::I, kOmegaSSTSAS::k(), kOmegaSSTSAS::nuSgs(), Foam::twoSymm(), and incompressible::turbulenceModel::U().
|
virtual |
Return the effective sub-grid turbulence stress tensor.
including the laminar stress
Implements incompressible::LESModel.
Definition at line 426 of file kOmegaSSTSAS.C.
References Foam::dev(), Foam::fvc::grad(), incompressible::LESModel::nuEff(), Foam::twoSymm(), and incompressible::turbulenceModel::U().
|
virtual |
Return the deviatoric part of the divergence of Beff.
i.e. the additional term in the filtered NSE.
Implements incompressible::LESModel.
Definition at line 432 of file kOmegaSSTSAS.C.
References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), incompressible::LESModel::nuEff(), and Foam::T().
|
virtual |
Solve the turbulence equations (k-w) and correct the turbulence.
viscosity
Reimplemented from incompressible::LESModel.
Definition at line 334 of file kOmegaSSTSAS.C.
References kOmegaSSTSAS::alphaOmega2_, kOmegaSSTSAS::alphaPhi_, kOmegaSSTSAS::beta(), kOmegaSSTSAS::betaStar_, Foam::bound(), kOmegaSSTSAS::c1_, polyMesh::changing(), tmp< T >::clear(), kOmegaSSTSAS::Cmu_, wallDist::correct(), incompressible::LESModel::correct(), Foam::fvm::ddt(), Foam::fvc::div(), Foam::fvm::div(), kOmegaSSTSAS::DkEff(), kOmegaSSTSAS::DomegaEff(), kOmegaSSTSAS::F1(), kOmegaSSTSAS::FSAS_, kOmegaSSTSAS::gamma(), Foam::fvc::grad(), incompressible::LESModel::k0(), kOmegaSSTSAS::k_, kOmegaSSTSAS::kappa_, Foam::fvm::laplacian(), kOmegaSSTSAS::Lvk2(), Foam::magSqr(), Foam::max(), incompressible::turbulenceModel::mesh_, Foam::min(), kOmegaSSTSAS::nuSgs_, kOmegaSSTSAS::omega0_, kOmegaSSTSAS::omegaSmall_, incompressible::turbulenceModel::phi(), Foam::pow(), fvMatrix< Type >::relax(), fvMatrix< Type >::solve(), Foam::fvm::Sp(), Foam::sqr(), Foam::sqrt(), Foam::fvm::SuSp(), Foam::symm(), kOmegaSSTSAS::y_, and kOmegaSSTSAS::zetaTilda2_.
|
virtual |
Read LESProperties dictionary.
Implements incompressible::LESModel.
Definition at line 441 of file kOmegaSSTSAS.C.
References kOmegaSSTSAS::a1_, kOmegaSSTSAS::alphaK1_, kOmegaSSTSAS::alphaK2_, kOmegaSSTSAS::alphaOmega1_, kOmegaSSTSAS::alphaOmega2_, kOmegaSSTSAS::alphaPhi_, kOmegaSSTSAS::beta1_, kOmegaSSTSAS::beta2_, kOmegaSSTSAS::betaStar_, kOmegaSSTSAS::c1_, incompressible::LESModel::coeffDict(), kOmegaSSTSAS::Cs_, kOmegaSSTSAS::FSAS_, kOmegaSSTSAS::gamma1_, kOmegaSSTSAS::gamma2_, dimensioned< Type >::readIfPresent(), and kOmegaSSTSAS::zetaTilda2_.
|
protected |
Definition at line 84 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::alphaK(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 85 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::alphaK(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 87 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::alphaOmega(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 88 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::alphaOmega(), kOmegaSSTSAS::correct(), kOmegaSSTSAS::F1(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 90 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::gamma(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 91 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::gamma(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 93 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::beta(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 94 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::beta(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 96 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), kOmegaSSTSAS::F1(), kOmegaSSTSAS::F2(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 98 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::read().
|
protected |
Definition at line 99 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 100 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::read().
|
protected |
Definition at line 102 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 103 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 104 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), and kOmegaSSTSAS::read().
|
protected |
Definition at line 106 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct().
|
protected |
Definition at line 107 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct().
|
protected |
Definition at line 109 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), kOmegaSSTSAS::F1(), and kOmegaSSTSAS::F2().
|
protected |
Definition at line 110 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct().
|
protected |
Definition at line 111 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct().
|
protected |
Definition at line 116 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), kOmegaSSTSAS::F1(), kOmegaSSTSAS::F2(), and kOmegaSSTSAS::k().
|
protected |
Definition at line 117 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::omega().
|
protected |
Definition at line 118 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS::correct(), kOmegaSSTSAS::DkEff(), kOmegaSSTSAS::DomegaEff(), and kOmegaSSTSAS::nuSgs().