ENH: allow protected access to RAS model coeffs/methods

This commit is contained in:
Mark Olesen
2010-06-18 09:45:39 +02:00
parent 7f4c765895
commit 14b4c3849c
24 changed files with 103 additions and 31 deletions

View File

@ -79,7 +79,10 @@ class PDRkEpsilon
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -73,7 +73,10 @@ class LRR
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -76,7 +76,10 @@ class LaunderGibsonRSTM
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -69,7 +69,10 @@ class LaunderSharmaKE
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -70,7 +70,10 @@ class RNGkEpsilon
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -87,7 +87,10 @@ class SpalartAllmaras
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
@ -115,7 +118,7 @@ class SpalartAllmaras
wallDist d_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> chi() const;
tmp<volScalarField> fv1(const volScalarField& chi) const;

View File

@ -68,7 +68,10 @@ class kEpsilon
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -98,7 +98,10 @@ class kOmegaSST
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -78,7 +78,10 @@ class realizableKE
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
@ -98,7 +101,7 @@ class realizableKE
volScalarField alphat_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> rCmu
(

View File

@ -71,7 +71,10 @@ class LRR
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -56,7 +56,10 @@ class LamBremhorstKE
:
public RASModel
{
// Private data
protected:
// Protected data
dimensionedScalar Cmu_;
dimensionedScalar C1_;

View File

@ -75,7 +75,10 @@ class LaunderGibsonRSTM
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -67,7 +67,10 @@ class LaunderSharmaKE
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
@ -84,7 +87,7 @@ class LaunderSharmaKE
volScalarField nut_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> fMu() const;
tmp<volScalarField> f2() const;

View File

@ -54,7 +54,10 @@ class LienCubicKE
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -70,7 +70,10 @@ class LienCubicKELowRe
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -56,7 +56,10 @@ class LienLeschzinerLowRe
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -55,7 +55,10 @@ class NonlinearKEShih
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -68,7 +68,10 @@ class RNGkEpsilon
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -86,7 +86,10 @@ class SpalartAllmaras
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
@ -110,7 +113,7 @@ class SpalartAllmaras
wallDist d_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> chi() const;

View File

@ -65,7 +65,10 @@ class kEpsilon
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -78,7 +78,10 @@ class kOmega
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients

View File

@ -98,7 +98,10 @@ class kOmegaSST
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
dimensionedScalar alphaK1_;
@ -129,7 +132,7 @@ class kOmegaSST
volScalarField nut_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> F1(const volScalarField& CDkOmega) const;
tmp<volScalarField> F2() const;

View File

@ -55,7 +55,10 @@ class qZeta
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
@ -82,7 +85,7 @@ class qZeta
volScalarField nut_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> fMu() const;
tmp<volScalarField> f2() const;

View File

@ -77,7 +77,10 @@ class realizableKE
:
public RASModel
{
// Private data
protected:
// Protected data
// Model coefficients
@ -95,7 +98,7 @@ class realizableKE
volScalarField nut_;
// Private Member Functions
// Protected Member Functions
tmp<volScalarField> rCmu
(