This commit is contained in:
2021-02-10 16:46:37 -03:00
parent 2104fff84c
commit ffdc03c62e
3 changed files with 58 additions and 36 deletions

View File

@ -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: 30
U: 60
Th: 0.35
t: 0
-
id: 3
type: 'windkessel'
value: [10,0,0]
value: [20,0,0]
p0: [0,1333.223874]
-
id: 4
type: 'windkessel'
value: [250,0,0]
value: [500,0,0]
p0: [0,1333.223874]
-
id: 5
type: 'windkessel'
value: [250,0,0]
value: [500,0,0]
p0: [0,1333.223874]
-
id: 6
type: 'windkessel'
value: [250,0,0]
value: [500,0,0]
p0: [0,1333.223874]
timemarching:
@ -138,8 +138,10 @@ estimation:
-
mesh: './meshes/coaortaH3_leo2.0.h5'
fe_degree: 1
xdmf_file: 'results/aorta/measurements/Perturbation/SNRinfV50/u_all.xdmf'
file_root: 'results/aorta/measurements/Perturbation/SNRinfV50/u{i}.h5'
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'
indices: 0 # indices of checkpoints to be processed. 0 == all
velocity_direction: ~
noise_stddev: 15 # standard deviation of Gaussian noise
@ -150,4 +152,4 @@ estimation:
reparameterize: True
ODV_functional:
enable: True
VENC: 44 # cm/s ref: 61 for 70% and 44 for 50%
VENC: 42 # cm/s ref: 59 for 70% and 42 for 50%

View File

@ -118,5 +118,5 @@ estimation:
observation_operator: 'postprocessing' #state or postprocessing
reparameterize: True
ODV_functional:
enable: True
enable: False
VENC: 18 # cm/s ref: 25 for 70% and 18 for 50%