mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line lengt
This commit is contained in:
@ -161,7 +161,7 @@ void Foam::fvPatch::movePoints()
|
|||||||
const Foam::scalarField& Foam::fvPatch::deltaCoeffs() const
|
const Foam::scalarField& Foam::fvPatch::deltaCoeffs() const
|
||||||
{
|
{
|
||||||
return boundaryMesh().mesh().deltaCoeffs().boundaryField()[index()];
|
return boundaryMesh().mesh().deltaCoeffs().boundaryField()[index()];
|
||||||
//return boundaryMesh().mesh().nonOrthDeltaCoeffs().boundaryField()[index()];
|
//return boundaryMesh().mesh().nonOrthDeltaCoeffs().boundaryField()[index()];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user