functionObjects::wallShearStress: Corrected dimensions for compressible cases
This commit is contained in:
parent
7af84c144d
commit
ec0c14f527
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ void Foam::functionObjects::wallShearStress::calcShearStress
|
|||
volVectorField& shearStress
|
||||
)
|
||||
{
|
||||
shearStress.dimensions().reset(Reff.dimensions());
|
||||
|
||||
forAllConstIter(labelHashSet, patchSet_, iter)
|
||||
{
|
||||
label patchi = iter.key();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue