GeoEnergyLab-EPFL / PyFrac

a Python planar 3D hydraulic fracture growth solver
http://pyfrac.epfl.ch/
Other
34 stars 20 forks source link

toughness_anisotropy_jump.py #21

Closed pedrolimasi closed 11 months ago

pedrolimasi commented 11 months ago

Description

https://github.com/geoEnergyLab-EPFL/pyFrac/blob/pedro/dev/src/time_step/ts_solution.py#L371-L375

# preventing infinite or not effective loops
if (k >= sim_properties.maxFrontItrs and norm > 0.026) or k > 100:
    if norm > 10 * sim_properties.tolFractFront or k > 200:
        exitstatus = 6
        return exitstatus, None

Context

pedrolimasi commented 11 months ago

Closed by