-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Temperature dependent single phase thermal conductivity (#3135)
- Loading branch information
1 parent
9eac288
commit bf78e30
Showing
72 changed files
with
12,877 additions
and
8,314 deletions.
There are no files selected for viewing
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
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
50 changes: 50 additions & 0 deletions
50
...glePhaseFlow/thermalCompressible_temperatureDependentVolumetricHeatCapacity_benchmark.xml
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,50 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<Problem> | ||
<Included> | ||
<File name="./thermalCompressible_2d_base.xml" /> | ||
</Included> | ||
|
||
<ElementRegions> | ||
<CellElementRegion | ||
name="region" | ||
cellBlocks="{ cb }" | ||
materialList="{ fluid, rock_temperatureDependentVolumetricHeatCapacity, thermalCond_linear }"/> | ||
</ElementRegions> | ||
|
||
<Mesh> | ||
<InternalWellbore | ||
name="mesh1" | ||
elementTypes="{ C3D8 }" | ||
radius="{ 0.1, 0.106, 0.133, 1.0 }" | ||
theta="{ 0, 90 }" | ||
zCoords="{ 0, 0.1 }" | ||
nr="{ 3, 10, 50 }" | ||
nt="{ 80 }" | ||
nz="{ 1 }" | ||
trajectory="{ { 0.0, 0.0, 0.0 }, | ||
{ 0.0, 0.0, 0.1 } }" | ||
autoSpaceRadialElems="{ 0, 0, 1 }" | ||
cellBlockNames="{ cb }" | ||
/> | ||
</Mesh> | ||
|
||
<Events | ||
maxTime="1e5"> | ||
<PeriodicEvent | ||
name="outputs" | ||
timeFrequency="1e4" | ||
target="/Outputs/vtkOutput"/> | ||
|
||
<PeriodicEvent | ||
name="solverApplications" | ||
maxEventDt="1e3" | ||
target="/Solvers/singleFlow"/> | ||
|
||
<!--PeriodicEvent | ||
name="restarts" | ||
timeFrequency="1e5" | ||
target="/Outputs/restartOutput"/--> | ||
</Events> | ||
|
||
</Problem> |
50 changes: 50 additions & 0 deletions
50
.../singlePhaseFlow/thermalCompressible_temperatureDependentVolumetricHeatCapacity_smoke.xml
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,50 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<Problem> | ||
<Included> | ||
<File name="./thermalCompressible_2d_base.xml" /> | ||
</Included> | ||
|
||
<ElementRegions> | ||
<CellElementRegion | ||
name="region" | ||
cellBlocks="{ cb }" | ||
materialList="{ fluid, rock_temperatureDependentVolumetricHeatCapacity, thermalCond_linear }"/> | ||
</ElementRegions> | ||
|
||
<Mesh> | ||
<InternalWellbore | ||
name="mesh1" | ||
elementTypes="{ C3D8 }" | ||
radius="{ 0.1, 0.106, 0.133, 1.0 }" | ||
theta="{ 0, 90 }" | ||
zCoords="{ 0, 0.1 }" | ||
nr="{ 3, 10, 50 }" | ||
nt="{ 8 }" | ||
nz="{ 1 }" | ||
trajectory="{ { 0.0, 0.0, 0.0 }, | ||
{ 0.0, 0.0, 0.1 } }" | ||
autoSpaceRadialElems="{ 0, 0, 1 }" | ||
cellBlockNames="{ cb }" | ||
/> | ||
</Mesh> | ||
|
||
<Events | ||
maxTime="3e3"> | ||
<PeriodicEvent | ||
name="outputs" | ||
timeFrequency="1e3" | ||
target="/Outputs/vtkOutput"/> | ||
|
||
<PeriodicEvent | ||
name="solverApplications" | ||
maxEventDt="1e3" | ||
target="/Solvers/singleFlow"/> | ||
|
||
<PeriodicEvent | ||
name="restarts" | ||
timeFrequency="1e3" | ||
target="/Outputs/restartOutput"/> | ||
</Events> | ||
|
||
</Problem> |
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
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
Oops, something went wrong.