press images
This commit is contained in:
@ -8,7 +8,7 @@ fluid:
|
||||
implicit_windkessel: True
|
||||
|
||||
io:
|
||||
write_path: 'results/Rz_Pc7'
|
||||
write_path: 'results/aorta'
|
||||
restart:
|
||||
path: '' # './projects/nse_coa3d/results/test_restart2/'
|
||||
time: 0
|
||||
@ -27,8 +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
|
||||
U: 40 #Pc
|
||||
U: 150 #Pa Pb
|
||||
#U: 40 #Pc
|
||||
Th: 0.36
|
||||
beta: 70
|
||||
t: 0
|
||||
@ -57,8 +57,8 @@ boundary_conditions:
|
||||
#C: 0.0008 # Pg
|
||||
#R_d: 7200 # REFERENCE
|
||||
#R_d: 8760 #Pa
|
||||
#R_d: 17520 #Pb x2
|
||||
R_d: 4000 #Pc
|
||||
R_d: 17520 #Pb x2
|
||||
#R_d: 4000 #Pc
|
||||
p0: 85
|
||||
conv: 1333.223874
|
||||
-
|
||||
@ -73,8 +73,8 @@ boundary_conditions:
|
||||
#C: 0.0008 # Pg
|
||||
#R_d: 11520 # REFERENCE
|
||||
#R_d: 8760 #Pa
|
||||
#R_d: 17520 #Pb x2
|
||||
R_d: 4000 #Pc
|
||||
R_d: 17520 #Pb x2
|
||||
#R_d: 4000 #Pc
|
||||
p0: 85
|
||||
conv: 1333.223874
|
||||
-
|
||||
@ -88,8 +88,8 @@ boundary_conditions:
|
||||
#C: 0.0001 #Pc
|
||||
#R_d: 11520 # REFERENCE
|
||||
#R_d: 8760 #Pa
|
||||
#R_d: 17520 #Pb x2
|
||||
R_d: 4000 #Pc
|
||||
R_d: 17520 #Pb x2
|
||||
#R_d: 4000 #Pc
|
||||
p0: 85
|
||||
conv: 1333.223874
|
||||
|
||||
@ -163,17 +163,17 @@ estimation:
|
||||
id: 4
|
||||
type: 'windkessel'
|
||||
mode: 'Rd'
|
||||
initial_stddev: 2
|
||||
initial_stddev: 1
|
||||
-
|
||||
id: 5
|
||||
type: 'windkessel'
|
||||
mode: 'Rd'
|
||||
initial_stddev: 2
|
||||
initial_stddev: 1
|
||||
-
|
||||
id: 6
|
||||
type: 'windkessel'
|
||||
mode: 'Rd'
|
||||
initial_stddev: 2
|
||||
initial_stddev: 1
|
||||
-
|
||||
id: 2
|
||||
type: 'dirichlet'
|
||||
@ -186,13 +186,13 @@ estimation:
|
||||
mesh: '/home/yeye/NuMRI/kalman/meshes/coaortaH3_leo2.0.h5'
|
||||
#mesh: './meshes/coaortaH1.h5'
|
||||
fe_degree: 1
|
||||
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_NV/u_all.xdmf'
|
||||
#file_root: 'measurements/aorta_zdir_NV/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/u_all.xdmf'
|
||||
file_root: 'measurements/aorta/u{i}.h5'
|
||||
indices: 0 # indices of checkpoints to be processed. 0 == all
|
||||
velocity_direction: [0,0,1]
|
||||
noise_stddev: 25 # standard deviation of Gaussian noise
|
||||
velocity_direction: ~
|
||||
noise_stddev: 0 # standard deviation of Gaussian noise
|
||||
|
||||
roukf:
|
||||
particles: 'simplex' # unique or simplex
|
||||
|
Reference in New Issue
Block a user