Skip to content
Snippets Groups Projects
Commit cdb00619 authored by Laura Stengel's avatar Laura Stengel
Browse files

removed viscodamping test till KelvinVoigt is fixed and added actual conf for dynamic tests

parent 58f5bef4
Branches master
Tags 1.0.3
1 merge request!260i..
Pipeline #126346 passed
#VolumetricPenalty = 10000
#PrestressSteps = 20
#CoupledProblem = BiventricleCoarse
CoupledProblem = DeformedBiventricleCoarse
ActiveMaterial = Bonet
PassiveMaterial = Bonet
GuccioneMat_C = 0.29
GuccioneMat_bf = 42.0
GuccioneMat_bs = 16.8
GuccioneMat_bfs = 29.4
# = Removes all files in the data folder upon start ======
ClearData = true
# ========================================================
......@@ -31,7 +43,7 @@ activeDeformation = Quarteroni2
withPressure = 1
MechDeltaTime = 0.004 #0.004# 0.001
MechDeltaTime = 0.001 #0.004# 0.001
ElphyDeltaTime = 0.001 # 0.001 #0.000001
#StretchFactorSheet = 2.0
......@@ -89,11 +101,18 @@ ClearDistribution = 0
MechDiscretization = Conforming
MechRuntype = Default
#MechDynamics = Newmark
## Rayleigh
MechDynamics = RayleighNewmark
RayleighAlpha = 100
## KelvinVoigt
#MechDynamics = ViscoNewmark
#ViscoelasticDamping = KelvinVoigt
#KelvinVoigtEta = 2
#------------------------
# Newmark Parameters
#------------------------
......@@ -206,14 +225,14 @@ MechSolver = gmres
MechPreconditioner = GaussSeidel
MechEpsilon = 1e-10
MechReduction = 1e-10 #1e-12
MechSteps = 2000
MechSteps = 20000
# === Newton Method === #
NewtonEpsilon = 1e-4 #1e-8
NewtonEpsilon = 1e-5 #1e-8
NewtonReduction = 1e-12 #1e-5
NewtonSteps = 300
NewtonSteps = 100
NewtonLineSearchSteps = 10
NewtonLinearizationReduction = 1e-3 #1e-12
NewtonLinearizationReduction = 1e-4 #1e-12
#Smoother = GaussSeidel
#Smoother = PointBlockGaussSeidel
......
......@@ -28,7 +28,8 @@ add_mpp_test(TestVolume ELASTICITY)
add_mpi_test(TestDirichletBeam ELASTICITY)
add_mpi_test(TestLaplaceElasticity ELASTICITY)
add_mpi_test(TestViscoElasticity ELASTICITY)
#TODO has to be fixed
#add_mpi_test(TestViscoElasticity ELASTICITY)
add_mpi_test(TestLinearBeamProblem ELASTICITY)
add_mpi_test(TestQuadraticBeamProblem ELASTICITY)
#add_mpi_test(TestElasticityBeam ELASTICITY)
......
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