1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [0 1 0 0 0 0 0];
20 internalField uniform (0 0 0);
30 type timeVaryingSolidTraction;
31 nonLinear totalLagrangian;
33 fileName "$FOAM_CASE/constant/timeVsRightTraction";
43 type solidTractionFree;
44 nonLinear totalLagrangian;
49 type solidTractionFree;
50 nonLinear totalLagrangian;
59 // ************************************************************************* //