incompressibleFluid: Provide protected access to member functions
to allow the derivation of specialised versions.
This commit is contained in:
@ -125,9 +125,7 @@ protected:
|
|||||||
tmp<fvVectorMatrix> tUEqn;
|
tmp<fvVectorMatrix> tUEqn;
|
||||||
|
|
||||||
|
|
||||||
private:
|
// Protected Member Functions
|
||||||
|
|
||||||
// Private Member Functions
|
|
||||||
|
|
||||||
//- Set rDeltaT for LTS
|
//- Set rDeltaT for LTS
|
||||||
void setRDeltaT();
|
void setRDeltaT();
|
||||||
@ -140,7 +138,7 @@ private:
|
|||||||
|
|
||||||
//- Construct the pressure equation
|
//- Construct the pressure equation
|
||||||
// and correct the pressure and velocity
|
// and correct the pressure and velocity
|
||||||
void correctPressure();
|
virtual void correctPressure();
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user