mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Surface film - added access function for deltaRho
This commit is contained in:
@ -936,6 +936,12 @@ const volVectorField& kinematicSingleLayer::Uw() const
|
||||
}
|
||||
|
||||
|
||||
const volScalarField& kinematicSingleLayer::deltaRho() const
|
||||
{
|
||||
return deltaRho_;
|
||||
}
|
||||
|
||||
|
||||
const surfaceScalarField& kinematicSingleLayer::phi() const
|
||||
{
|
||||
return phi_;
|
||||
|
||||
@ -351,6 +351,9 @@ public:
|
||||
//- Return the film wall velocity [m/s]
|
||||
virtual const volVectorField& Uw() const;
|
||||
|
||||
//- Return the film thickness*density (helper field) [kg/m3]
|
||||
virtual const volScalarField& deltaRho() const;
|
||||
|
||||
//- Return the film flux [kg.m/s]
|
||||
virtual const surfaceScalarField& phi() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user