adding press
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: 30
|
||||
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:
|
||||
@ -143,7 +143,7 @@ estimation:
|
||||
file_root: 'results/aorta/measurements/u{i}.h5'
|
||||
indices: 0 # indices of checkpoints to be processed. 0 == all
|
||||
velocity_direction: ~
|
||||
noise_stddev: 25 # standard deviation of Gaussian noise
|
||||
noise_stddev: 5 # standard deviation of Gaussian noise
|
||||
|
||||
roukf:
|
||||
particles: 'simplex' # unique or simplex
|
||||
|
Reference in New Issue
Block a user