Skip to content

Commit

Permalink
add sequential version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuang2601 committed Mar 8, 2024
1 parent 0b1b81d commit e3ff218
Show file tree
Hide file tree
Showing 4 changed files with 846 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
elementTypes="{ C3D8 }"
xCoords="{ -2250, 0, 2250 }"
yCoords="{ -2250, -150, -75, 75, 150, 2250 }"
zCoords="{ 0, 500 }"
nx="{ 60, 60 }"
zCoords="{ 0, 50 }"
nx="{ 40, 40 }"
ny="{ 200, 20, 40, 20, 200 }"
nz="{ 1 }"
nz="{ 2 }"
cellBlockNames="{ cb1, cb2, cb3, cb4, cb5, cb6, cb7, cb8, cb9, cb10 }"/>
</Mesh>

Expand Down Expand Up @@ -93,16 +93,6 @@
name="fault"
xMin="{ -0.01, -2250.01, -0.01 }"
xMax="{ 0.01, 2250.01, 500.01 }"/>

<Box
name="zposFace"
xMin="{ -2250.01, -2250.01, 499.99 }"
xMax="{ 2250.01, 2250.01, 500.01 }"/>

<Box
name="znegFace"
xMin="{ -2250.01, -2250.01, -0.01 }"
xMax="{ 2250.01, 2250.01, 0.01 }"/>
</Geometry>

<NumericalMethods>
Expand Down Expand Up @@ -230,7 +220,7 @@
fieldName="totalDisplacement"
component="2"
scale="0.0"
setNames="{zposFace, znegFace}"/>
setNames="{zpos, zneg}"/>

<FieldSpecification
name="underburdenPressure"
Expand Down Expand Up @@ -407,7 +397,7 @@

<PeriodicEvent
name="solverApplications"
forceDt="10"
forceDt="10.0"
target="/Solvers/poroFractureSolver"/>

<PeriodicEvent
Expand Down
Loading

0 comments on commit e3ff218

Please sign in to comment.