Added nonLinear switch to DU bc.

This commit is contained in:
Hrvoje Jasak 2013-12-02 11:50:04 +00:00
parent 995e56c8a7
commit 9eb9f56884

View file

@ -30,6 +30,7 @@ boundaryField
right
{
type timeVaryingSolidTraction;
nonLinear off;
outOfBounds clamp;
fileName "$FOAM_CASE/constant/timeVsRightTraction";
}