English
 
Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Report

Manual of the Python Script Apple PY v1.3

Authors
/persons/resource/mziegler

Ziegler,  M.
WSM - World Stress Map Reports, Deutsches GeoForschungsZentrum;
2.6 Seismic Hazard and Risk Dynamics, 2.0 Geophysics, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;

/persons/resource/ziebarth

Ziebarth,  M.
WSM - World Stress Map Reports, Deutsches GeoForschungsZentrum;
2.6 Seismic Hazard and Risk Dynamics, 2.0 Geophysics, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;

/persons/resource/reiter

Reiter,  K.
WSM - World Stress Map Reports, Deutsches GeoForschungsZentrum;
2.6 Seismic Hazard and Risk Dynamics, 2.0 Geophysics, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;

External Ressource

http://doi.org/10.5880/wsm.2020.002
(Supplementary material)

http://doi.org/10.2312/wsm.2019.001
(Supplementary material)

Fulltext (public)

WSM-TR-20-02_APPLE-PY.pdf
(Publisher version), 2MB

Supplementary Material (public)
There is no public supplementary material available
Citation

Ziegler, M., Ziebarth, M., Reiter, K. (2020): Manual of the Python Script Apple PY v1.3, (WSM Technical Report ; 20-02), Potsdam : GFZ German Research Centre for Geosciences, 28 p.
https://doi.org/10.48440/wsm.2020.002


Cite as: https://gfzpublic.gfz-potsdam.de/pubman/item/item_5004253
Abstract
In geosciences the discretization of complex 3D model volumes into finite elements can be a time-consuming task and often needs experience with a professional software. In particular, low angle outcropping or out-pinching geological units, i.e. geological layers that are represented in the model volume, pose serious challenges. Another example are changes in the geometry of a model, which can occur at one point of a project, when re-meshing is not an option anymore or would involve a significant amount of additional time to invest. In order to speed up and automate the process of discretization, Apple PY (Automatic Portioning Preventing Lengthy manual Element assignment for PYthon) separates the process of mesh-generation and unit assignment. It requires an existing mesh together with separate information on the depths of the interfaces between geological units (herein called horizons). These two pieces of information are combined and used to assign the individual elements to different units. The uniform mesh is created with a standard meshing software and has to be available as an Abaqus input file. The information on the horizons depths and lateral variations in the depths is provided in a text file. Apple PY compares the element location and depth with that of the horizons in order to assign each element to a corresponding geological unit below or above a certain horizon. The script files are provided for download at http://github.com/MorZieg/APPLE_PY. Table 0-1 gives an overview of the folder structure and input files with a short explanation.