mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects::wallShearStress: Corrected dimensions for compressible cases
This commit is contained in:
@ -64,6 +64,8 @@ void Foam::functionObjects::wallShearStress::calcShearStress
|
||||
volVectorField& shearStress
|
||||
)
|
||||
{
|
||||
shearStress.dimensions().reset(Reff.dimensions());
|
||||
|
||||
forAllConstIter(labelHashSet, patchSet_, iter)
|
||||
{
|
||||
label patchi = iter.key();
|
||||
|
||||
Reference in New Issue
Block a user