Tutorial update
This commit is contained in:
parent
19f0ef5bf0
commit
20c6d00c78
11 changed files with 34 additions and 29 deletions
|
@ -5,5 +5,6 @@
|
|||
|
||||
cleanTimeDirectories
|
||||
cleanCase
|
||||
\rm -rf 0/polyMesh
|
||||
\rm -rf constant/polyMesh/sets constant/polyMesh/*Zones*
|
||||
\rm -rf VTK case.foam history
|
|
@ -7,3 +7,4 @@ application="elasticNonLinTLSolidFoam"
|
|||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
||||
runApplication deformedGeom 1
|
||||
|
|
|
@ -27,7 +27,7 @@ boundaryField
|
|||
nonLinear totalLagrangian;
|
||||
fileName "$FOAM_CASE/constant/timeVsDisp";
|
||||
outOfBounds clamp;
|
||||
value uniform ( 0 0.1 0 );
|
||||
value uniform ( 0 0 0 );
|
||||
}
|
||||
|
||||
bottom
|
||||
|
@ -55,4 +55,5 @@ boundaryField
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
|
||||
cleanTimeDirectories
|
||||
cleanCase
|
||||
\rm -rf 0/polyMesh
|
||||
\rm -rf constant/polyMesh/sets constant/polyMesh/*Zones*
|
||||
\rm -rf VTK case.foam history
|
|
@ -23,7 +23,7 @@ startTime 0;
|
|||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 50;
|
||||
endTime 40;
|
||||
|
||||
deltaT 1;
|
||||
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
|
||||
cleanTimeDirectories
|
||||
cleanCase
|
||||
\rm -rf constant/polyMesh/sets constant/polyMesh/*Zones*
|
||||
\rm -rf 0/polyMesh
|
||||
\rm -rf constant/polyMesh/sets constant/polyMesh/*Zones* constant/polyMesh/zone*
|
||||
\rm -rf VTK case.foam history
|
Binary file not shown.
Reference in a new issue