final press 8ecm
This commit is contained in:
@ -8,7 +8,7 @@ fluid:
|
||||
implicit_windkessel: True
|
||||
|
||||
io:
|
||||
write_path: 'results/HRz_Pb_V70'
|
||||
write_path: 'results/impl_1ms'
|
||||
restart:
|
||||
path: '' # './projects/nse_coa3d/results/test_restart2/'
|
||||
time: 0
|
||||
@ -27,7 +27,8 @@ boundary_conditions:
|
||||
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 #REFERENCE
|
||||
U: 150 #Pa Pb
|
||||
U: 80
|
||||
#U: 150 #Pa/Pb
|
||||
#U: 40 #Pc
|
||||
Th: 0.36
|
||||
beta: 70
|
||||
@ -55,9 +56,9 @@ boundary_conditions:
|
||||
#C: 0.0010 # Pb
|
||||
#C: 0.0001 # Pc
|
||||
#C: 0.0008 # Pg
|
||||
#R_d: 7200 # REFERENCE
|
||||
R_d: 7200 # REFERENCE
|
||||
#R_d: 8760 #Pa
|
||||
R_d: 17520 #Pb x2
|
||||
#R_d: 17520 #Pb x2
|
||||
#R_d: 4000 #Pc
|
||||
p0: 85
|
||||
conv: 1333.223874
|
||||
@ -71,9 +72,9 @@ boundary_conditions:
|
||||
#C: 0.0010 # Pb
|
||||
#C: 0.0001 # Pc
|
||||
#C: 0.0008 # Pg
|
||||
#R_d: 11520 # REFERENCE
|
||||
R_d: 11520 # REFERENCE
|
||||
#R_d: 8760 #Pa
|
||||
R_d: 17520 #Pb x2
|
||||
#R_d: 17520 #Pb x2
|
||||
#R_d: 4000 #Pc
|
||||
p0: 85
|
||||
conv: 1333.223874
|
||||
@ -86,9 +87,9 @@ boundary_conditions:
|
||||
#C: 0.0005 #Pa
|
||||
#C: 0.0010 #Pb
|
||||
#C: 0.0001 #Pc
|
||||
#R_d: 11520 # REFERENCE
|
||||
R_d: 11520 # REFERENCE
|
||||
#R_d: 8760 #Pa
|
||||
R_d: 17520 #Pb x2
|
||||
#R_d: 17520 #Pb x2
|
||||
#R_d: 4000 #Pc
|
||||
p0: 85
|
||||
conv: 1333.223874
|
||||
@ -131,7 +132,7 @@ fem:
|
||||
convection_skew_symmetric: True # aka Temam term
|
||||
stabilization:
|
||||
forced_normal:
|
||||
enabled: True
|
||||
enabled: False
|
||||
boundaries: [3,4,5,6]
|
||||
gamma: 20
|
||||
backflow_boundaries: [3,4,5,6]
|
||||
@ -162,17 +163,17 @@ estimation:
|
||||
-
|
||||
id: 4
|
||||
type: 'windkessel'
|
||||
mode: 'Rd'
|
||||
mode: 'RdC'
|
||||
initial_stddev: 1
|
||||
-
|
||||
id: 5
|
||||
type: 'windkessel'
|
||||
mode: 'Rd'
|
||||
mode: 'RdC'
|
||||
initial_stddev: 1
|
||||
-
|
||||
id: 6
|
||||
type: 'windkessel'
|
||||
mode: 'Rd'
|
||||
mode: 'RdC'
|
||||
initial_stddev: 1
|
||||
-
|
||||
id: 2
|
||||
@ -186,12 +187,12 @@ estimation:
|
||||
mesh: '/home/yeye/NuMRI/kalman/meshes/coaortaH3_leo2.0.h5'
|
||||
#mesh: './meshes/coaortaH1.h5'
|
||||
fe_degree: 1
|
||||
xdmf_file: 'measurements/aorta_zdir/Perturbation/Mg15V70/u_all.xdmf'
|
||||
file_root: 'measurements/aorta_zdir/Perturbation/Mg15V70/u{i}.h5'
|
||||
#xdmf_file: 'measurements/aorta/u_all.xdmf'
|
||||
#file_root: 'measurements/aorta/u{i}.h5'
|
||||
#xdmf_file: 'measurements/aorta_dt1ms/Perturbation/Mg15V70/u_all.xdmf'
|
||||
#file_root: 'measurements/aorta_dt1ms/Perturbation/Mg15V70/u{i}.h5'
|
||||
xdmf_file: 'measurements/aorta_exp_dt1ms/u_all.xdmf'
|
||||
file_root: 'measurements/aorta_exp_dt1ms/u{i}.h5'
|
||||
indices: 0 # indices of checkpoints to be processed. 0 == all
|
||||
velocity_direction: ~
|
||||
velocity_direction: [0,0,1]
|
||||
noise_stddev: 45 # standard deviation of Gaussian noise
|
||||
|
||||
roukf:
|
||||
@ -199,5 +200,5 @@ estimation:
|
||||
observation_operator: 'postprocessing' #state or postprocessing
|
||||
reparameterize: True
|
||||
ODV_functional:
|
||||
enable: True
|
||||
VENC: 142
|
||||
enable: False
|
||||
VENC: 138
|
Reference in New Issue
Block a user