diff --git a/LDDsimulation/LDDsimulation.py b/LDDsimulation/LDDsimulation.py index 310f1b8258208a9b610218bfc15bcf6832b08626..aaa0b0d403ae9006b33cc90ed8d4b28018897a03 100644 --- a/LDDsimulation/LDDsimulation.py +++ b/LDDsimulation/LDDsimulation.py @@ -1,5 +1,6 @@ -""" -LDD simulation class +"""LDD simulation class. + +Main class of the LDD simulation. The heart and soul of the code. """ import os @@ -20,9 +21,8 @@ from termcolor import colored from solutionFile import SolutionFile - class LDDsimulation(object): - """ Main Class of LDD simulation + """Main Class of LDD simulation. LDDsimulation is the main class for the LDD simulation. It contains methods for setting up and running the LDD simulation for different meshes and domains. diff --git a/TP-TP-layered-soil-case/TP-TP-layered_soil.py b/TP-TP-layered-soil-case/TP-TP-layered_soil.py index 65b24d7bf57565ea4c0d84680ba79f7a28d1637e..1d77fdd71a1b7e58556975b54aa74fea02e611b1 100755 --- a/TP-TP-layered-soil-case/TP-TP-layered_soil.py +++ b/TP-TP-layered-soil-case/TP-TP-layered_soil.py @@ -24,8 +24,8 @@ sym.init_printing() solver_tol = 5E-7 ############ GRID #######################ΓΌ -mesh_resolution = 40 -timestep_size = 0.0005 +mesh_resolution = 5 +timestep_size = 0.0001 number_of_timesteps = 2000 # decide how many timesteps you want analysed. Analysed means, that we write out # subsequent errors of the L-iteration within the timestep. @@ -42,7 +42,7 @@ include_gravity = True debugflag = False analyse_condition = True -output_string = "./output/nondirichlet_number_of_timesteps{}_".format(number_of_timesteps) +output_string = "./output/brief_docker_test_number_of_timesteps{}_".format(number_of_timesteps) # global domain subdomain0_vertices = [df.Point(-1.0,-1.0), #