Comment
This commit is contained in:
parent
a0e71d79bd
commit
a04a7ba555
1 changed files with 6 additions and 1 deletions
|
@ -56,8 +56,13 @@ class multivariateSelectionScheme
|
|||
{
|
||||
// Private data
|
||||
|
||||
//- Schemes dictionary
|
||||
dictionary schemes_;
|
||||
|
||||
//- Face flux
|
||||
const surfaceScalarField& faceFlux_;
|
||||
|
||||
//- Combined weights
|
||||
surfaceScalarField weights_;
|
||||
|
||||
|
||||
|
@ -104,7 +109,7 @@ public:
|
|||
public:
|
||||
|
||||
// Constructors
|
||||
|
||||
|
||||
fieldScheme
|
||||
(
|
||||
const GeometricField<Type, fvPatchField, volMesh>& field,
|
||||
|
|
Reference in a new issue