BUG: nastran: interpolated values not normalised

This commit is contained in:
mattijs
2013-08-16 16:10:45 +01:00
parent 205e1e77bc
commit 61ce6eec5d

View File

@ -201,6 +201,7 @@ void Foam::nastranSurfaceWriter::writeTemplate
{
v += values[f[fptI]];
}
v /= f.size();
writeFaceValue(nasFieldName, v, ++n, os);
}