Questions regarding VTKMesh #1971
Unanswered
alexandrebtessael
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm trying to work with the VTKMesh loader.
I looked at this example (https://github.com/GEOSX/GEOSX/blob/develop/inputFiles/compositionalMultiphaseWell/staircase_co2_wells_hybrid_3d.xml) but I have some questions :
Is there a way to know what fieldNamesInGEOSX can be chosen ? A list of possibilities ?
And in the "staircase3d_tet.vtu", the "FluidComposition" also contains the same values.
Is it the scale in FieldSpecification or the values in the .vtu that are used to define the globalCompFraction of the cells during the simulation ?
As in question 2, if the property defined in the .vtu is now defined in the Constitutive elements, is the value inside the .vtu the one that will be used during the simulation or is it the one inside the Constitutive element ?
If I have multiple .vtu files of the same mesh with the evolution of a property through multiple timesteps like pressure, is it possible to use these multiple .vtu files within the same xml ?
Beta Was this translation helpful? Give feedback.
All reactions