ThermophysicalTransportModels: Corrected the documentation of the units of the q() function
heSolidThermo: Changed the q() function to return an intensive flux consistent with ThermophysicalTransportModels.
This commit is contained in:
@ -79,13 +79,12 @@ Foam::functionObjects::wallHeatFlux::calcWallHeatFlux
|
||||
twallHeatFlux.ref().boundaryFieldRef();
|
||||
|
||||
const surfaceScalarField::Boundary& qBf = q.boundaryField();
|
||||
const surfaceScalarField::Boundary& magSf = mesh_.magSf().boundaryField();
|
||||
|
||||
forAllConstIter(labelHashSet, patchSet_, iter)
|
||||
{
|
||||
const label patchi = iter.key();
|
||||
|
||||
wallHeatFluxBf[patchi] = -qBf[patchi]/magSf[patchi];
|
||||
wallHeatFluxBf[patchi] = -qBf[patchi];
|
||||
}
|
||||
|
||||
if (foundObject<volScalarField>("qr"))
|
||||
|
||||
Reference in New Issue
Block a user