Skip to content
Snippets Groups Projects
Commit f66bad53 authored by uheqb's avatar uheqb
Browse files

Anpassung configs

parent 464c85ed
No related branches found
No related tags found
1 merge request!153Local add output info
...@@ -57,10 +57,10 @@ StretchFactorNormal = 4.0 ...@@ -57,10 +57,10 @@ StretchFactorNormal = 4.0
###################### ######################
# Material Parameters# # Material Parameters#
###################### ######################
ActiveMaterial = Linear #ActiveMaterial = Linear
#ActiveMaterial = NeoHooke #ActiveMaterial = NeoHooke
ActiveMaterial = Bonet #ActiveMaterial = Bonet
#ActiveMaterial = Holzapfel ActiveMaterial = Holzapfel
Density = 0.00 Density = 0.00
#Density = 0.001 #Density = 0.001
...@@ -71,7 +71,7 @@ Density = 0.00 ...@@ -71,7 +71,7 @@ Density = 0.00
# Volumetric Penalty # Volumetric Penalty
#------------------------ #------------------------
Incompressible = false Incompressible = false
QuasiCompressiblePenalty = None QuasiCompressiblePenalty = Ciarlet
VolumetricPenalty = 2 VolumetricPenalty = 2
PermeabilityPenalty = 2 PermeabilityPenalty = 2
...@@ -148,7 +148,7 @@ presmoothing = 3; ...@@ -148,7 +148,7 @@ presmoothing = 3;
postsmoothing = 3; postsmoothing = 3;
DGSign=-1.0 DGSign=-1.0
DGPenalty=7.0 DGPenalty=100.0
Overlap = dG1 Overlap = dG1
#Overlap = NoOverlap #Overlap = NoOverlap
Overlap_Distribution = 1 Overlap_Distribution = 1
......
...@@ -9,12 +9,12 @@ h_min=1e-6 ...@@ -9,12 +9,12 @@ h_min=1e-6
Model = ActiveStrainElasticity Model = ActiveStrainElasticity
MechModel = Static MechModel = Static
MechDiscretization = Conforming #MechDiscretization = Conforming
MechDiscretization = DG MechDiscretization = DG
CalculateReference = 1 CalculateReference = 1
ReferenceLevel = 3 ReferenceLevel = 3
InterpolateStartVector = true InterpolateStartVector = false
MechProblem = FullEllipsoid MechProblem = FullEllipsoid
MechMeshPart = vessel_base MechMeshPart = vessel_base
...@@ -32,7 +32,7 @@ PressureDepth = 0 ...@@ -32,7 +32,7 @@ PressureDepth = 0
DebugPressure = 1 DebugPressure = 1
MechLevel = 0 MechLevel = 0
MechPolynomialDegree = 2 MechPolynomialDegree = 1
WithPrestress=false WithPrestress=false
PrestressSteps=5 PrestressSteps=5
...@@ -57,7 +57,7 @@ StretchFactorNormal = 4.0 ...@@ -57,7 +57,7 @@ StretchFactorNormal = 4.0
###################### ######################
# Material Parameters# # Material Parameters#
###################### ######################
#ActiveMaterial = Linear ActiveMaterial = Linear
#ActiveMaterial = NeoHooke #ActiveMaterial = NeoHooke
#ActiveMaterial = Bonet #ActiveMaterial = Bonet
ActiveMaterial = Holzapfel ActiveMaterial = Holzapfel
...@@ -71,7 +71,7 @@ Density = 0.00 ...@@ -71,7 +71,7 @@ Density = 0.00
# Volumetric Penalty # Volumetric Penalty
#------------------------ #------------------------
Incompressible = false Incompressible = false
QuasiCompressiblePenalty = Ciarlet QuasiCompressiblePenalty = None
VolumetricPenalty = 20 VolumetricPenalty = 20
PermeabilityPenalty = 20 PermeabilityPenalty = 20
...@@ -163,8 +163,11 @@ presmoothing = 3; ...@@ -163,8 +163,11 @@ presmoothing = 3;
postsmoothing = 3; postsmoothing = 3;
Overlap = NoOverlap DGSign=-1.0
Overlap_Distribution = 0 DGPenalty=25.0
Overlap = dG1
#Overlap = NoOverlap
Overlap_Distribution = 1
DebugLevel = 0; DebugLevel = 0;
TimeLevel = 0; TimeLevel = 0;
......
...@@ -16,8 +16,8 @@ GeoPath = ../geo/ ...@@ -16,8 +16,8 @@ GeoPath = ../geo/
# === Cardiac Mechanics ================ # === Cardiac Mechanics ================
#loadconf = coupled.conf #loadconf = coupled.conf
#loadconf = klotz.conf #loadconf = klotz.conf
loadconf = elasticity_benchmarks/beam.conf #loadconf = elasticity_benchmarks/beam.conf
#loadconf = elasticity_benchmarks/ellipsoid.conf loadconf = elasticity_benchmarks/ellipsoid.conf
loadconf = elasticity.conf loadconf = elasticity.conf
# ====================================== # ======================================
# = Default Solver Configuration Files = # = Default Solver Configuration Files =
......
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