adding poi temp
This commit is contained in:
@ -4,10 +4,10 @@ mesh: './meshes/coaortaH1.h5'
|
||||
fluid:
|
||||
density: 1.2
|
||||
dynamic_viscosity: 0.035
|
||||
stokes: False
|
||||
stokes: True
|
||||
|
||||
io:
|
||||
write_path: 'results/aorta'
|
||||
write_path: 'results/aorta_1ms'
|
||||
restart:
|
||||
path: '' # './projects/nse_coa3d/results/test_restart2/'
|
||||
time: 0
|
||||
@ -32,34 +32,39 @@ boundary_conditions:
|
||||
-
|
||||
id: 3
|
||||
type: 'windkessel'
|
||||
#value: [10,0,0]
|
||||
value: [10,0.0008,2400]
|
||||
p0: [80,1333.223874]
|
||||
#p0: [0,1333.223874]
|
||||
parameters:
|
||||
R_p: 10
|
||||
C: 0.0008
|
||||
R_d: 2400
|
||||
p0: 80
|
||||
conv: 1333.223874
|
||||
-
|
||||
id: 4
|
||||
type: 'windkessel'
|
||||
#value: [60,0,0]
|
||||
#value: [250,0,0]
|
||||
value: [60,0.00034,4200]
|
||||
p0: [80,1333.223874]
|
||||
#p0: [0,1333.223874]
|
||||
parameters:
|
||||
R_p: 60
|
||||
C: 0.00034
|
||||
R_d: 4200
|
||||
p0: 80
|
||||
conv: 1333.223874
|
||||
-
|
||||
id: 5
|
||||
type: 'windkessel'
|
||||
#value: [220,0,0]
|
||||
#value: [250,0,0]
|
||||
value: [220,0.00034,11000]
|
||||
p0: [80,1333.223874]
|
||||
#p0: [0,1333.223874]
|
||||
parameters:
|
||||
R_p: 220
|
||||
C: 0.00034
|
||||
R_d: 11000
|
||||
p0: 80
|
||||
conv: 1333.223874
|
||||
-
|
||||
id: 6
|
||||
type: 'windkessel'
|
||||
#value: [160,0,0]
|
||||
#value: [250,0,0]
|
||||
value: [160,0.00034,7800]
|
||||
p0: [80,1333.223874]
|
||||
#p0: [0,1333.223874]
|
||||
parameters:
|
||||
R_p: 160
|
||||
C: 0.00034
|
||||
R_d: 7800
|
||||
p0: 80
|
||||
conv: 1333.223874
|
||||
|
||||
timemarching:
|
||||
velocity_pressure_coupling: 'fractionalstep' # monolithic, fractionalstep
|
||||
@ -148,13 +153,14 @@ estimation:
|
||||
|
||||
measurements:
|
||||
-
|
||||
mesh: '/home/yeye/NuMRI/kalman/meshes/coaortaH3_leo2.0.h5'
|
||||
#mesh: '/home/yeye/NuMRI/kalman/meshes/coaortaH3_leo2.0.h5'
|
||||
mesh: './meshes/coaortaH1.h5'
|
||||
fe_degree: 1
|
||||
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: ~
|
||||
noise_stddev: 500 # standard deviation of Gaussian noise
|
||||
noise_stddev: 0 # standard deviation of Gaussian noise
|
||||
|
||||
roukf:
|
||||
particles: 'simplex' # unique or simplex
|
||||
|
Reference in New Issue
Block a user