unityLewisFourier: Corrected unityLewisFourier::j for FickianFourier which inherits it
Resolves bug-report https://bugs.openfoam.org/view.php?id=3743
This commit is contained in:
@ -98,7 +98,7 @@ unityLewisFourier<BasicThermophysicalTransportModel>::q() const
|
||||
"q",
|
||||
this->momentumTransport().alphaRhoPhi().group()
|
||||
),
|
||||
-fvc::interpolate(this->thermo().alpha()*this->alpha())
|
||||
-fvc::interpolate(this->alpha()*this->thermo().alpha())
|
||||
*fvc::snGrad(this->thermo().he())
|
||||
);
|
||||
}
|
||||
@ -126,7 +126,7 @@ tmp<surfaceScalarField>unityLewisFourier<BasicThermophysicalTransportModel>::j
|
||||
"j(" + Yi.name() + ')',
|
||||
this->momentumTransport().alphaRhoPhi().group()
|
||||
),
|
||||
-fvc::interpolate(this->thermo().alpha()*this->alpha())
|
||||
-fvc::interpolate(this->alpha()*this->DEff(Yi))
|
||||
*fvc::snGrad(Yi)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user