This commit is contained in:
jeremias
2021-06-09 12:35:12 +02:00
parent ec76080839
commit d7f4709593
13 changed files with 367 additions and 72 deletions

View File

@ -1,6 +1,6 @@
mesh: './meshes/coaortaH1.h5'
# Physical parameters of the fluid
# Physical parameters of the fluid
fluid:
density: 1.2
dynamic_viscosity: 0.035
@ -8,7 +8,7 @@ fluid:
implicit_windkessel: True
io:
write_path: 'results/aorta25_zPb_3R'
write_path: 'results/Rz_Pa_vnoise'
restart:
path: '' # './projects/nse_coa3d/results/test_restart2/'
time: 0
@ -26,9 +26,10 @@ boundary_conditions:
# -U*sin(DOLFIN_PI*(t-1.6)/Th)*(t<= 1.6+Th )*(t>1.6) + (t<2.4)*(1.6+Th<t)*(U*DOLFIN_PI/Th*(t-1.6-Th)*exp(-(t-1.6-Th)*beta))' ]
value: ['0','0','-U*sin(DOLFIN_PI*t/Th)*(t<=Th) + (Th<t)*(U*DOLFIN_PI/Th*(t-Th)*exp(-(t-Th)*beta))']
parameters:
#U: 75
#U: 150 #Pa
U: 40 #Pb
#U: 75 #P0
U: 150 #Pa
#U: 100 #Pg
#U: 40 #Pc
Th: 0.36
beta: 70
t: 0
@ -41,10 +42,8 @@ boundary_conditions:
type: 'windkessel'
parameters:
R_p: 200
C: 0.0005
#R_d: 4800
#R_d: 9000 #Pa
R_d: 2000 #Pb
C: 0.0004
R_d: 4800
p0: 85
conv: 1333.223874
-
@ -52,10 +51,16 @@ boundary_conditions:
type: 'windkessel'
parameters:
R_p: 480
C: 0.00045
#R_d: 7200
#R_d: 12000 #Pa
R_d: 4000 #Pb
#C: 0.0004 # P0
C: 0.0005 # Pa
#C: 0.0010 # Pb
#C: 0.0001 # Pc
#C: 0.0008 # Pg
#R_d: 7200 #P0
R_d: 8760 #Pa
#R_d: 17520 #Pb x2
#R_d: 10000 #Pg
#R_d: 4000 #Pc
p0: 85
conv: 1333.223874
-
@ -63,10 +68,17 @@ boundary_conditions:
type: 'windkessel'
parameters:
R_p: 520
C: 0.00045
#R_d: 11520
#R_d: 23000 #Pa
R_d: 6000 #Pb
#C: 0.0003 # REFERENCE
C: 0.0005 # Pa
#C: 0.0010 # Pb
#C: 0.0001 # Pc
#C: 0.0008 # Pg
#R_d: 11520 # REFERENCE
R_d: 8760 #Pa
#R_d: 17520 #Pb x2
#R_d: 26280 #Pc x3
#R_d: 10000 #Pg
#R_d: 4000 #Pc
p0: 85
conv: 1333.223874
-
@ -74,10 +86,17 @@ boundary_conditions:
type: 'windkessel'
parameters:
R_p: 520
C: 0.00045
R_d: 11520
#R_d: 23000 #Pa
#R_d: 6000 #Pb
#C: 0.0003 # REFERENCE
C: 0.0005 #Pa
#C: 0.0010 #Pb
#C: 0.0001 #Pc
#C: 0.0008 #Pg
#R_d: 11520 # REFERENCE
R_d: 8760 #Pa
#R_d: 17520 #Pb x2
#R_d: 26280 #Pc x3
#R_d: 10000 #Pg
#R_d: 4000 #Pc
p0: 85
conv: 1333.223874
@ -143,22 +162,25 @@ linear_solver:
estimation:
boundary_conditions:
-
id: 3
type: 'windkessel'
initial_stddev: 1
#-
# id: 3
# type: 'windkessel'
# initial_stddev: 1
-
id: 4
type: 'windkessel'
mode: 'Rd'
initial_stddev: 1
-
id: 5
type: 'windkessel'
mode: 'Rd'
initial_stddev: 1
-
id: 6
type: 'windkessel'
mode: 'Rd'
initial_stddev: 1
#-
# id: 6
# type: 'windkessel'
# initial_stddev: 1
-
id: 2
type: 'dirichlet'
@ -171,13 +193,13 @@ estimation:
mesh: '/home/yeye/NuMRI/kalman/meshes/coaortaH3_leo2.0.h5'
#mesh: './meshes/coaortaH1.h5'
fe_degree: 1
xdmf_file: 'measurements/aorta25_z/Perturbation/Mg15V120/u_all.xdmf'
file_root: 'measurements/aorta25_z/Perturbation/Mg15V120/u{i}.h5'
#xdmf_file: 'measurements/aorta25_z/u_all.xdmf'
#file_root: 'measurements/aorta25_z/u{i}.h5'
#xdmf_file: 'measurements/aorta_zdir/Perturbation/Mg15V120/u_all.xdmf'
#file_root: 'measurements/aorta_zdir/Perturbation/Mg15V120/u{i}.h5'
xdmf_file: 'measurements/aorta_zdir_vnoise/u_all.xdmf'
file_root: 'measurements/aorta_zdir_vnoise/u{i}.h5'
indices: 0 # indices of checkpoints to be processed. 0 == all
velocity_direction: [0,0,1]
noise_stddev: 55 # standard deviation of Gaussian noise
noise_stddev: 45 # standard deviation of Gaussian noise
roukf:
particles: 'simplex' # unique or simplex
@ -185,4 +207,4 @@ estimation:
reparameterize: True
ODV_functional:
enable: False
VENC: 102 # 102,120% 59,70% 42 50%, 21,25%
VENC: 244