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:
@ -112,6 +112,13 @@ void Foam::calcTypes::components::calc
|
|||||||
processed
|
processed
|
||||||
);
|
);
|
||||||
|
|
||||||
|
writeComponentFields<symmTensor>
|
||||||
|
(
|
||||||
|
fieldHeader,
|
||||||
|
mesh,
|
||||||
|
processed
|
||||||
|
);
|
||||||
|
|
||||||
if (!processed)
|
if (!processed)
|
||||||
{
|
{
|
||||||
FatalError
|
FatalError
|
||||||
|
|||||||
Reference in New Issue
Block a user