functionObjects::wallShearStress: Corrected dimensions for compressible cases
This commit is contained in:
parent
2105fa6e91
commit
a18895cba0
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