meas added
This commit is contained in:
@ -25,28 +25,28 @@ boundary_conditions:
|
||||
type: 'dirichlet'
|
||||
value: ['0','0','-U*sin(DOLFIN_PI*t/Th)*(t<=Th) + (Th<t)*(-3.67949466208*U*sin(9*DOLFIN_PI*t/Th)*exp(-t*10))']
|
||||
parameters:
|
||||
U: 60
|
||||
U: 1
|
||||
Th: 0.35
|
||||
t: 0
|
||||
-
|
||||
id: 3
|
||||
type: 'windkessel'
|
||||
value: [20,0,0]
|
||||
value: [10,0,0]
|
||||
p0: [0,1333.223874]
|
||||
-
|
||||
id: 4
|
||||
type: 'windkessel'
|
||||
value: [500,0,0]
|
||||
value: [250,0,0]
|
||||
p0: [0,1333.223874]
|
||||
-
|
||||
id: 5
|
||||
type: 'windkessel'
|
||||
value: [500,0,0]
|
||||
value: [250,0,0]
|
||||
p0: [0,1333.223874]
|
||||
-
|
||||
id: 6
|
||||
type: 'windkessel'
|
||||
value: [500,0,0]
|
||||
value: [250,0,0]
|
||||
p0: [0,1333.223874]
|
||||
|
||||
timemarching:
|
||||
@ -136,12 +136,10 @@ estimation:
|
||||
|
||||
measurements:
|
||||
-
|
||||
mesh: './meshes/coaortaH3_leo2.0.h5'
|
||||
mesh: '/home/yeye/NuMRI/kalman/meshes/coaortaH3_leo2.0.h5'
|
||||
fe_degree: 1
|
||||
xdmf_file: 'results/aorta/measurements/Perturbation/Ks12V50/u_all.xdmf'
|
||||
file_root: 'results/aorta/measurements/Perturbation/Ks12V50/u{i}.h5'
|
||||
#xdmf_file: 'results/aorta/measurements/u_all.xdmf'
|
||||
#file_root: 'results/aorta/measurements/u{i}.h5'
|
||||
xdmf_file: 'measurements/aorta/Perturbation/Ks12V120/u.xdmf'
|
||||
file_root: 'measurements/aorta/Perturbation/Ks12V120/u{i}.h5'
|
||||
indices: 0 # indices of checkpoints to be processed. 0 == all
|
||||
velocity_direction: ~
|
||||
noise_stddev: 15 # standard deviation of Gaussian noise
|
||||
@ -151,5 +149,5 @@ estimation:
|
||||
observation_operator: 'postprocessing' #state or postprocessing
|
||||
reparameterize: True
|
||||
ODV_functional:
|
||||
enable: True
|
||||
VENC: 42 # cm/s ref: 59 for 70% and 42 for 50%
|
||||
enable: False
|
||||
VENC: 102 # 102,120% 59,70% 42 50%, 21,25%
|
||||
|
Reference in New Issue
Block a user