-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add new meshes for the tests and implemente the missing one for the post-processing filter #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
paloma-martinez
merged 9 commits into
main
from
RomainBaville/feat/AddTheMissingTestForThePostProcessingFilter
Feb 3, 2026
Merged
feat: Add new meshes for the tests and implemente the missing one for the post-processing filter #214
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
43c0db8
add meshes for the test improvment
e03afef
Update GeosExtractBlock test with the new meshes
f4b1c48
Add the tests for GeosBlockMerge filter
5d2e6a0
Add the test for GeomechanicsCalculator
029190a
Update to the last version of the main
1c729d8
Add meshes documentation
11210ae
Remove unused meshes
d7d15d8
fix yapf
4a6fdd7
Apply Paloma's suggestions
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
geos-processing/tests/data/singlePhasePoromechanics_FaultModel_well_seq/README.md
This file contains hidden or 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,6 @@ | ||||||
| Those meshes used for testing post-processing filters came from a GEOS simulation with the version of the 27th November 2025. | ||||||
| The XML-files used to launch the simulation came from the integrated tests of GEOS: singlePhasePoromechanics_FaultModel_well_seq_smoke.xml located [here](https://github.com/GEOS-DEV/GEOS/tree/develop/inputFiles/poromechanicsFractures) | ||||||
|
|
||||||
| The ParaView plugin "PVGeosBlockExtractAndMerge" has been use to get the vtm with the block "CellElementRegion"from the simulation pvd result. The integrated ParaView plugin "merge block" has been use to get a vtu with the data of the second time step. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| The mesh singlePhasePoromechanicsVTKOutput.vtm has been save as vtm from the the simulation pvd result with ParaView 6. | ||||||
231 changes: 231 additions & 0 deletions
231
...cessing/tests/data/singlePhasePoromechanics_FaultModel_well_seq/extractAndMergeVolume.vtu
Large diffs are not rendered by default.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
...s/data/singlePhasePoromechanics_FaultModel_well_seq/singlePhasePoromechanicsVTKOutput.vtm
This file contains hidden or 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,33 @@ | ||
| <VTKFile type="vtkMultiBlockDataSet" version="1.0" byte_order="LittleEndian" header_type="UInt64" compressor="vtkZLibDataCompressor"> | ||
| <vtkMultiBlockDataSet> | ||
| <Block index="0" name="mesh1"> | ||
| <Block index="0" name="Level0"> | ||
| <Block index="0" name="CellElementRegion"> | ||
| <Block index="0" name="Region"> | ||
| <DataSet index="0" name="rank_0" file="singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_0_0.vtu"/> | ||
| <DataSet index="1" name="rank_1" file="singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_1_0.vtu"/> | ||
| </Block> | ||
| </Block> | ||
| <Block index="1" name="WellElementRegion"> | ||
| <Block index="0" name="wellRegion1"> | ||
| <DataSet index="0" name="rank_0" file="singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_2_0.vtu"/> | ||
| </Block> | ||
| <Block index="1" name="wellRegion2"> | ||
| <DataSet index="0" name="rank_0" file="singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_3_0.vtu"/> | ||
| </Block> | ||
| </Block> | ||
| <Block index="2" name="SurfaceElementRegion"> | ||
| <Block index="0" name="Fault"> | ||
| <DataSet index="0" name="rank_0" file="singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_4_0.vtu"/> | ||
| <DataSet index="1" name="rank_1" file="singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_5_0.vtu"/> | ||
| </Block> | ||
| </Block> | ||
| </Block> | ||
| </Block> | ||
| </vtkMultiBlockDataSet> | ||
| <FieldData> | ||
| <DataArray type="Float64" Name="TimeValue" NumberOfTuples="1" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| </FieldData> | ||
| </VTKFile> |
205 changes: 205 additions & 0 deletions
205
...odel_well_seq/singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_0_0.vtu
Large diffs are not rendered by default.
Oops, something went wrong.
205 changes: 205 additions & 0 deletions
205
...odel_well_seq/singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_1_0.vtu
Large diffs are not rendered by default.
Oops, something went wrong.
100 changes: 100 additions & 0 deletions
100
...odel_well_seq/singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_2_0.vtu
This file contains hidden or 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,100 @@ | ||
| <VTKFile type="UnstructuredGrid" version="1.0" byte_order="LittleEndian" header_type="UInt64" compressor="vtkZLibDataCompressor"> | ||
| <UnstructuredGrid> | ||
| <FieldData> | ||
| <DataArray type="Float64" Name="TIME" NumberOfTuples="1" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| </FieldData> | ||
| <Piece NumberOfPoints="2" NumberOfCells="1"> | ||
| <PointData> | ||
| </PointData> | ||
| <CellData> | ||
| <DataArray type="Float64" Name="water_dEnthalpy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_enthalpy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_dDensity" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_dViscosity" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_density" format="binary" RangeMin="1325" RangeMax="1325"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAADgAAAAAAAAA=eF5jYACCLVMcAAOMAYk= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_viscosity" format="binary" RangeMin="0.001" RangeMax="0.001"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAAEAAAAAAAAAA=eF77s/LjJd+kAHsAGYAEpw== | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_internalEnergy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_dInternalEnergy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Int32" Name="ghostRank" format="binary" RangeMin="-2" RangeMax="-2"> | ||
| AQAAAAAAAAAAgAAAAAAAAAQAAAAAAAAADAAAAAAAAAA=eF779///fwAJ9gP8 | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="pressure" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="connectionRate" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Int64" Name="localToGlobalMap" format="binary" RangeMin="6063" RangeMax="6063"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAADAAAAAAAAAA=eF5bL84ABgAGIQDH | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="temperature" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="elementCenter" NumberOfComponents="3" format="binary" RangeMin="7738.378383098102" RangeMax="7738.378383098102"> | ||
| AQAAAAAAAAAAgAAAAAAAABgAAAAAAAAAFAAAAAAAAAA=eF5jYAACia0ODMh0x+QDACCyA/Y= | ||
| <InformationKey name="L2_NORM_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 7738.3783831 | ||
| </Value> | ||
| <Value index="1"> | ||
| 7738.3783831 | ||
| </Value> | ||
| </InformationKey> | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="elementVolume" format="binary" RangeMin="78.53981633974485" RangeMax="78.53981633974485"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAAEAAAAAAAAAA=eF6zcb4a2bMo2AEAD3QDbw== | ||
| </DataArray> | ||
| </CellData> | ||
| <Points> | ||
| <DataArray type="Float32" Name="Points" NumberOfComponents="3" format="binary" RangeMin="7636.753236814713" RangeMax="8035.546029984521"> | ||
| AQAAAAAAAAAAgAAAAAAAABgAAAAAAAAAFQAAAAAAAAA=eF5jOLDClQGEQQDGdpA5CgBhmQfW | ||
| <InformationKey name="L2_NORM_FINITE_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 7636.7532368 | ||
| </Value> | ||
| <Value index="1"> | ||
| 8035.54603 | ||
| </Value> | ||
| </InformationKey> | ||
| <InformationKey name="L2_NORM_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 7636.7532368 | ||
| </Value> | ||
| <Value index="1"> | ||
| 8035.54603 | ||
| </Value> | ||
| </InformationKey> | ||
| </DataArray> | ||
| </Points> | ||
| <Cells> | ||
| <DataArray type="Int64" Name="connectivity" format="binary" RangeMin="0" RangeMax="1"> | ||
| AQAAAAAAAAAAgAAAAAAAABAAAAAAAAAADgAAAAAAAAA=eF5jYIAARigNAAAYAAI= | ||
| </DataArray> | ||
| <DataArray type="Int64" Name="offsets" format="binary" RangeMin="2" RangeMax="2"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYoAAAAAYAAM= | ||
| </DataArray> | ||
| <DataArray type="UInt8" Name="types" format="binary" RangeMin="3" RangeMax="3"> | ||
| AQAAAAAAAAAAgAAAAAAAAAEAAAAAAAAACQAAAAAAAAA=eF5jBgAABAAE | ||
| </DataArray> | ||
| </Cells> | ||
| </Piece> | ||
| </UnstructuredGrid> | ||
| </VTKFile> |
100 changes: 100 additions & 0 deletions
100
...odel_well_seq/singlePhasePoromechanicsVTKOutput/singlePhasePoromechanicsVTKOutput_3_0.vtu
This file contains hidden or 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,100 @@ | ||
| <VTKFile type="UnstructuredGrid" version="1.0" byte_order="LittleEndian" header_type="UInt64" compressor="vtkZLibDataCompressor"> | ||
| <UnstructuredGrid> | ||
| <FieldData> | ||
| <DataArray type="Float64" Name="TIME" NumberOfTuples="1" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| </FieldData> | ||
| <Piece NumberOfPoints="2" NumberOfCells="1"> | ||
| <PointData> | ||
| </PointData> | ||
| <CellData> | ||
| <DataArray type="Float64" Name="water_dEnthalpy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_enthalpy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_dDensity" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_dViscosity" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_density" format="binary" RangeMin="1325" RangeMax="1325"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAADgAAAAAAAAA=eF5jYACCLVMcAAOMAYk= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_viscosity" format="binary" RangeMin="0.001" RangeMax="0.001"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAAEAAAAAAAAAA=eF77s/LjJd+kAHsAGYAEpw== | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_internalEnergy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="water_dInternalEnergy" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Int32" Name="ghostRank" format="binary" RangeMin="-2" RangeMax="-2"> | ||
| AQAAAAAAAAAAgAAAAAAAAAQAAAAAAAAADAAAAAAAAAA=eF779///fwAJ9gP8 | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="pressure" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="connectionRate" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Int64" Name="localToGlobalMap" format="binary" RangeMin="6064" RangeMax="6064"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAADAAAAAAAAAA=eF7bIM4ABgAGKQDI | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="temperature" format="binary" RangeMin="0" RangeMax="0"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYIAAAAAIAAE= | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="elementCenter" NumberOfComponents="3" format="binary" RangeMin="7738.378383098102" RangeMax="7738.378383098102"> | ||
| AQAAAAAAAAAAgAAAAAAAABgAAAAAAAAAFAAAAAAAAAA=eF5jYAACia0HGJDpjskHAC2yBPY= | ||
| <InformationKey name="L2_NORM_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 7738.3783831 | ||
| </Value> | ||
| <Value index="1"> | ||
| 7738.3783831 | ||
| </Value> | ||
| </InformationKey> | ||
| </DataArray> | ||
| <DataArray type="Float64" Name="elementVolume" format="binary" RangeMin="78.53981633974485" RangeMax="78.53981633974485"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAAEAAAAAAAAAA=eF6zcb4a2bMo2AEAD3QDbw== | ||
| </DataArray> | ||
| </CellData> | ||
| <Points> | ||
| <DataArray type="Float32" Name="Points" NumberOfComponents="3" format="binary" RangeMin="7636.753236814713" RangeMax="8035.546029984521"> | ||
| AQAAAAAAAAAAgAAAAAAAABgAAAAAAAAAFQAAAAAAAAA=eF5jOLDiKAMIgwCM7SBzFAB7mQnW | ||
| <InformationKey name="L2_NORM_FINITE_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 7636.7532368 | ||
| </Value> | ||
| <Value index="1"> | ||
| 8035.54603 | ||
| </Value> | ||
| </InformationKey> | ||
| <InformationKey name="L2_NORM_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 7636.7532368 | ||
| </Value> | ||
| <Value index="1"> | ||
| 8035.54603 | ||
| </Value> | ||
| </InformationKey> | ||
| </DataArray> | ||
| </Points> | ||
| <Cells> | ||
| <DataArray type="Int64" Name="connectivity" format="binary" RangeMin="0" RangeMax="1"> | ||
| AQAAAAAAAAAAgAAAAAAAABAAAAAAAAAADgAAAAAAAAA=eF5jYIAARigNAAAYAAI= | ||
| </DataArray> | ||
| <DataArray type="Int64" Name="offsets" format="binary" RangeMin="2" RangeMax="2"> | ||
| AQAAAAAAAAAAgAAAAAAAAAgAAAAAAAAACwAAAAAAAAA=eF5jYoAAAAAYAAM= | ||
| </DataArray> | ||
| <DataArray type="UInt8" Name="types" format="binary" RangeMin="3" RangeMax="3"> | ||
| AQAAAAAAAAAAgAAAAAAAAAEAAAAAAAAACQAAAAAAAAA=eF5jBgAABAAE | ||
| </DataArray> | ||
| </Cells> | ||
| </Piece> | ||
| </UnstructuredGrid> | ||
| </VTKFile> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit number would be more relevant than day.