mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Added missing access function.
This commit is contained in:
@ -178,6 +178,11 @@ public:
|
||||
{
|
||||
return lambda_;
|
||||
}
|
||||
|
||||
const volScalarField& kappa() const
|
||||
{
|
||||
return kappa_;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user