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
|
// Private data
|
||||||
|
|
||||||
|
//- Schemes dictionary
|
||||||
dictionary schemes_;
|
dictionary schemes_;
|
||||||
|
|
||||||
|
//- Face flux
|
||||||
const surfaceScalarField& faceFlux_;
|
const surfaceScalarField& faceFlux_;
|
||||||
|
|
||||||
|
//- Combined weights
|
||||||
surfaceScalarField weights_;
|
surfaceScalarField weights_;
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue