Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuang2601 committed Aug 13, 2024
1 parent 3b41ba9 commit 60f5a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A Python script for post-processing the simulation results is provided:

.. code-block:: console
/src/coreComponents/physicsSolvers/multiphysics/docs/gravityInducedStressInitialization/gravityInitializationFigure.py
src/coreComponents/physicsSolvers/multiphysics/docs/gravityInducedStressInitialization/gravityInitializationFigure.py
------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A Python script to generate these files is provided:

.. code-block:: console
src/docs/sphinx/basicExamples/initialization/genetrateTable.py
src/coreComponents/physicsSolvers/multiphysics/docs/userTableStressInitialization/genetrateTable.py
In addition to generating the files listed above, the script prints out the corresponding fluid density and rock density based on the model parameters provided. These values are then input into the ``defaultDensity`` parameter of the ``CompressibleSinglePhaseFluid`` and ``ElasticIsotropic`` tags respectively, as shown below:

Expand Down

0 comments on commit 60f5a12

Please sign in to comment.