![]() | Fortran DLL Wrapper Documentation |

This documentation details the APIs of the Fortran Wrapper.

The following steps show how to get started with the Fortran Wrapper.
Prepare data: create an object of type ElasticModel and populate its properties such as TVD, BoreholeRadius, etc.
Determine what to compute:
Collapse mud weight or Fracturing mud weight?
If collapse mud weight, what failure criterion? MohrCoulomb, DruckerPrager, ModifiedLade, or StassidAlia?
If you want to get progress reports during the wrapper's computation, prepare an instance of type IProgressT. You can also tell the wrapper how often you want to get progress reports by specifying the progress interval.
Invoke the appropriate function in class FortranDllServiceT.
See examples:
