diff --git a/kalman/input_files/aorta_C.yaml b/kalman/input_files/aorta_C.yaml index f1c12dd..3c1bff9 100755 --- a/kalman/input_files/aorta_C.yaml +++ b/kalman/input_files/aorta_C.yaml @@ -1,16 +1,16 @@ -mesh: './meshes/coaortaH1.h5' +mesh: './meshes/coaortaRH2.h5' # Physical parameters of the fluid fluid: density: 1.2 dynamic_viscosity: 0.035 io: - write_path: 'results/aorta_corr' + write_path: 'results/aortaRH2_C' restart: path: '' # './projects/nse_coa3d/results/test_restart2/' time: 0 - write_xdmf: True + write_xdmf: False write_checkpoints: True write_hdf5_timeseries: False write_velocity: 'update' # tentative or update @@ -33,29 +33,29 @@ boundary_conditions: - id: 3 type: 'windkessel' - value: [10,1000,0.01] #paper corr - #value: [94,1794,0.0014] #paper windk + #value: [10,1000,0.01] #paper corr + value: [94,1794,0.0014] #paper windk #value: [94,0,0] p0: [47,1333.223874] - id: 4 type: 'windkessel' - value: [250,8000,0.0001] #paper corr - #value: [250,10000,0.0004] #paper windk + #value: [250,8000,0.0001] #paper corr + value: [250,10000,0.0004] #paper windk #value: [250,0,0] #paper p0: [47,1333.223874] - id: 5 type: 'windkessel' - value: [250,8000,0.0001] #paper corr - #value: [683,12960,0.0002] #paper windk + #value: [250,8000,0.0001] #paper corr + value: [683,12960,0.0002] #paper windk #value: [683,0,0] p0: [47,1333.223874] - id: 6 type: 'windkessel' - value: [250,8000,0.0001] #paper corr - #value: [615,11664,0.0002] #paper windk + #value: [250,8000,0.0001] #paper corr + value: [615,11664,0.0002] #paper windk #value: [615,0,0] p0: [47,1333.223874] diff --git a/kalman/meshes/coaortaRH2.h5 b/kalman/meshes/coaortaRH2.h5 new file mode 100755 index 0000000..93f0e1b Binary files /dev/null and b/kalman/meshes/coaortaRH2.h5 differ