Skip to content

Commit

Permalink
move constitutive driver documentation out on its own
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Aug 21, 2024
1 parent 5f77ba6 commit a068588
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/coreComponents/constitutive/docs/FluidModels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ single fluids and fluid mixtures.

CompositionalMultiphaseFluid

CO2BrineFluid

PVTDriver
CO2BrineFluid
1 change: 0 additions & 1 deletion src/coreComponents/constitutive/docs/solid/SolidModels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ known models.
Theory
Voight
Plasticity
TriaxialDriver
ElasticIsotropic
ElasticIsotropicPressureDependent
ElasticTransverseIsotropic
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _ConstitutiveDrivers:

Constitutive Drivers
============================================
To test and calibrate constitutive models, GEOS provides a set of drivers that can be used to run simulations with specific input parameters.
These drivers are designed to facilitate the exploration of various constitutive behaviors and to validate the models against known benchmarks.

.. toctree::
:maxdepth: 1

SolidModels

PVTDriver
2 changes: 1 addition & 1 deletion src/coreComponents/functions/FunctionBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class FunctionBase : public dataRepository::Group

/**
* @brief Set the output directory for function output
* @param dir The output directory
* @param outputDir The output directory
*/
static void setOutputDirectory( string const & outputDir );

Expand Down
2 changes: 2 additions & 0 deletions src/docs/sphinx/userGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Welcome to the GEOS user guide.

/coreComponents/constitutive/docs/Constitutive

/coreComponents/constitutiveDrivers/docs/ConstitutiveDrivers

/coreComponents/fieldSpecification/docs/FieldSpecification

/coreComponents/events/docs/EventManager
Expand Down

0 comments on commit a068588

Please sign in to comment.