diff --git a/kalman/aorta.yaml b/kalman/aorta.yaml index 3eea7b7..5cca064 100755 --- a/kalman/aorta.yaml +++ b/kalman/aorta.yaml @@ -1,5 +1,5 @@ -mesh: '/home/yeye/Desktop/kalman/meshes/coaortaH1.h5' +mesh: './meshes/coaortaH1.h5' # Physical parameters of the fluid fluid: density: 1.2 @@ -112,20 +112,20 @@ linear_solver: estimation: boundary_conditions: - - id: 2 - type: 'dirichlet' + id: 4 + type: 'windkessel' parameters: 'U' initial_stddev: 1 measurements: - - mesh: '/home/yeye/Desktop/kalman/meshes/coaortaH1.h5' + mesh: './meshes/coaortaH1.h5' fe_degree: 1 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: 3.5 # standard deviation of Gaussian noise + noise_stddev: 1.5 # standard deviation of Gaussian noise roukf: particles: 'simplex' # unique or simplex diff --git a/kalman/aorta_neumann.yaml b/kalman/aorta_neumann.yaml new file mode 100755 index 0000000..d38df81 --- /dev/null +++ b/kalman/aorta_neumann.yaml @@ -0,0 +1,129 @@ + +mesh: './meshes/coaortaH1.h5' +# Physical parameters of the fluid +fluid: + density: 1.2 + dynamic_viscosity: 0.035 + +io: + write_path: 'results/aorta/' + restart: + path: '' # './projects/nse_coa3d/results/test_restart2/' + time: 0 + write_xdmf: True + write_checkpoints: True + write_hdf5_timeseries: False + write_velocity: 'update' # tentative + +boundary_conditions: + - + id: 1 + type: 'dirichlet' + value: ['0','0','0'] + - + id: 2 + type: 'dirichlet' + value: ['0','0','-U*sin(DOLFIN_PI*t/Th)*(t<=Th) + (Th