mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Adding symmTensor to components.C otherwise foamCalc components sigma does not work in solidDisplacementFoam tutorial
This commit is contained in:
committed by
graham
parent
9ea68fe68b
commit
99d5835752
@ -112,6 +112,13 @@ void Foam::calcTypes::components::calc
|
||||
processed
|
||||
);
|
||||
|
||||
writeComponentFields<symmTensor>
|
||||
(
|
||||
fieldHeader,
|
||||
mesh,
|
||||
processed
|
||||
);
|
||||
|
||||
if (!processed)
|
||||
{
|
||||
FatalError
|
||||
|
||||
Reference in New Issue
Block a user