Skip to content
Snippets Groups Projects
Commit 61ce6eec authored by mattijs's avatar mattijs
Browse files

BUG: nastran: interpolated values not normalised

parent 205e1e77
Branches
Tags
No related merge requests found
......@@ -201,6 +201,7 @@ void Foam::nastranSurfaceWriter::writeTemplate
{
v += values[f[fptI]];
}
v /= f.size();
writeFaceValue(nasFieldName, v, ++n, os);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment