-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'total_stress0_TH2M' into 'master'
[TH2M] Initial total stress input See merge request ogs/ogs!4930
- Loading branch information
Showing
13 changed files
with
567 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Documentation/ProjectFile/prj/processes/process/TH2M/initial_stress/a_type.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
An optional attribute to indicate the type of the initial stress, `total` or | ||
`effective`. The default value is `effective`. |
3 changes: 3 additions & 0 deletions
3
...ation/ProjectFile/prj/processes/process/TH2M/initial_stress/i_initial_stress.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
An optional tag to input the parameter of initial stress in porous media. It is | ||
used in processes `LIE`, `HydroMechanics`, `ThermoHydroMechanics`, | ||
`RichardsMechanics`, `ThermoRichardsMechanics`, and `TH2M`. |
1 change: 0 additions & 1 deletion
1
Documentation/ProjectFile/prj/processes/process/TH2M/t_initial_stress.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<?xml-stylesheet type="text/xsl" href="OpenGeoSysGLI.xsl"?> | ||
|
||
<OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org"> | ||
<name>cube_1x1x1_geometry</name> | ||
<points> | ||
<point id="0" x="0" y="0" z="0"/> | ||
<point id="1" x="0" y="0" z="1"/> | ||
<point id="2" x="0" y="1" z="1"/> | ||
<point id="3" x="0" y="1" z="0"/> | ||
|
||
<point id="4" x="1" y="0" z="0"/> | ||
<point id="5" x="1" y="0" z="1"/> | ||
<point id="6" x="1" y="1" z="1"/> | ||
<point id="7" x="1" y="1" z="0"/> | ||
</points> | ||
|
||
<surfaces> | ||
<surface id="0" name="left"><!-- x=0 --> | ||
<element p1="0" p2="1" p3="2"/> | ||
<element p1="0" p2="3" p3="2"/> | ||
</surface> | ||
<surface id="1" name="right"><!-- x=1 --> | ||
<element p1="4" p2="6" p3="5"/> | ||
<element p1="4" p2="6" p3="7"/> | ||
</surface> | ||
<surface id="2" name="top"><!-- z=1 --> | ||
<element p1="1" p2="2" p3="5"/> | ||
<element p1="5" p2="2" p3="6"/> | ||
</surface> | ||
<surface id="3" name="bottom"><!-- z=0 --> | ||
<element p1="0" p2="3" p3="4"/> | ||
<element p1="4" p2="3" p3="7"/> | ||
</surface> | ||
<surface id="4" name="front"><!-- y=0 --> | ||
<element p1="0" p2="1" p3="4"/> | ||
<element p1="4" p2="1" p3="5"/> | ||
</surface> | ||
<surface id="5" name="back"><!-- y=1 --> | ||
<element p1="2" p2="3" p3="6"/> | ||
<element p1="6" p2="3" p3="7"/> | ||
</surface> | ||
</surfaces> | ||
</OpenGeoSysGLI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<VTKFile type="UnstructuredGrid" version="1.0" byte_order="LittleEndian" header_type="UInt64"> | ||
<UnstructuredGrid> | ||
<Piece NumberOfPoints="8" NumberOfCells="1" > | ||
<PointData> | ||
<DataArray type="UInt64" Name="bulk_node_ids" format="appended" RangeMin="0" RangeMax="7" offset="0" /> | ||
</PointData> | ||
<CellData> | ||
<DataArray type="UInt64" Name="bulk_element_ids" format="appended" RangeMin="0" RangeMax="0" offset="96" /> | ||
</CellData> | ||
<Points> | ||
<DataArray type="Float64" Name="Points" NumberOfComponents="3" format="appended" RangeMin="0" RangeMax="1.7320508076" offset="120" /> | ||
</Points> | ||
<Cells> | ||
<DataArray type="Int64" Name="connectivity" format="appended" RangeMin="" RangeMax="" offset="388" /> | ||
<DataArray type="Int64" Name="offsets" format="appended" RangeMin="" RangeMax="" offset="484" /> | ||
<DataArray type="UInt8" Name="types" format="appended" RangeMin="" RangeMax="" offset="508" /> | ||
</Cells> | ||
</Piece> | ||
</UnstructuredGrid> | ||
<AppendedData encoding="base64"> | ||
_QAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAgAAAAAAAAADAAAAAAAAAAQAAAAAAAAABQAAAAAAAAAGAAAAAAAAAAcAAAAAAAAACAAAAAAAAAAAAAAAAAAAAA==wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPA/AAAAAAAAAAAAAAAAAADwPwAAAAAAAPA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8D8AAAAAAADwPwAAAAAAAAAAAAAAAAAA8D8AAAAAAAAAAAAAAAAAAPA/AAAAAAAA8D8AAAAAAADwPwAAAAAAAPA/AAAAAAAA8D8=QAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAwAAAAAAAAACAAAAAAAAAAQAAAAAAAAABQAAAAAAAAAHAAAAAAAAAAYAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA==AQAAAAAAAAAM | ||
</AppendedData> | ||
</VTKFile> |
Oops, something went wrong.