Skip to content
Snippets Groups Projects
Commit 98b084a1 authored by Laura Lindner's avatar Laura Lindner
Browse files

start timetests

parent 7e6bf732
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #355359 failed
import os
pathToSave='../../data/Kopplung/FullTest/'
#pathToSave='../../data/Kopplung/FullTest/'
pathToSave='../../data/Kopplung/TimeStepTest/'
dataPath='../'+pathToSave
#dataPath='/lsdf/kit/ianm/projects/mppci/cardmech/monodomain/data/BiVentricle/'
......@@ -209,21 +209,28 @@ def startAll():
#startJobs(lL,tL,['GS'],sdt,'theta1/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.5, 'CrankNicolsonTheta':1.0})
def startTimeStepTest():
pathToSave='../../data/Kopplung/TimeStepTest/'
def startAdaptiveTimeStep():
lL=[1]
tL=[2]
nL=['SI']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.16,'MechDeltaTime':0.0016,'AdaptiveTimeStepForMech':'true','AdaptiveTimeStepForMech':'true'})
startJobs(lL,tL,nL,sdt,'adaptive/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.16,'MechDeltaTime':0.0016,'AdaptiveTimeStepForMech':'true','AdaptiveTimeStepForMech':'true'})
def startFixedMechTimeStep():
lL=[2]
tL=[0,1,2]
nL=['SI']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'Mech00016',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0016})
startJobs(lL,tL,nL,sdt,'Mech00008',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0008})
if __name__=="__main__":
#startSIOC()
#startSI()
#startGS()
startAll()
startTimeStepTest()
#startAll()
startFixedMechTimeStep()
startAdaptiveTimeStep()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment