############################################################################### pywellsfm.model ############################################################################### The :mod:`pywellsfm.model` package defines the core domain model used by pyWellSFM (wells, curves, stratigraphic elements/facies, markers, and simulation parameters). Files documented ---------------- This page is built from the following Python modules: * ``__init__.py`` (``pywellsfm.model``) * ``AccommodationSpaceWellCalculator.py`` (``pywellsfm.model.AccommodationSpaceWellCalculator``) * ``AccumulationModel.py`` (``pywellsfm.model.AccumulationModel``) * ``Curve.py`` (``pywellsfm.model.Curve``) * ``DepositionalEnvironment.py`` (``pywellsfm.model.DepositionalEnvironment``) * ``DepthAgeModel.py`` (``pywellsfm.model.DepthAgeModel``) * ``Element.py`` (``pywellsfm.model.Element``) * ``EnvironmentConditionModel.py`` (``pywellsfm.model.EnvironmentConditionModel``) * ``Facies.py`` (``pywellsfm.model.Facies``) * ``Marker.py`` (``pywellsfm.model.Marker``) * ``FSSimulationParameters.py`` (``pywellsfm.model.FSSimulationParameters``) * ``Well.py`` (``pywellsfm.model.Well``) * ``enums.py`` (``pywellsfm.model.enums``) API reference ------------- .. automodule:: pywellsfm.model :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.AccommodationSpaceWellCalculator :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.AccumulationModel :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.Curve :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.DepositionalEnvironment :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.DepthAgeModel :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.Element :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.EnvironmentConditionModel :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.Facies :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.Marker :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.FSSimulationParameters :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.enums :members: :undoc-members: :show-inheritance: :no-index: .. automodule:: pywellsfm.model.Well :members: :undoc-members: :show-inheritance: :no-index: