incompressibleFluid: Provide protected access to member functions

to allow the derivation of specialised versions.
This commit is contained in:
Henry Weller
2023-03-18 14:49:32 +00:00
parent 5d2ea7db89
commit 6c19e3dc17

View File

@ -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: