From ffdf3172afee578c4fa4f9fad561b6143e3280a0 Mon Sep 17 00:00:00 2001 From: yeye Date: Fri, 18 Dec 2020 16:02:33 -0300 Subject: [PATCH] asd --- kalman/aorta_leo.yaml | 10 +++++----- kalman/graphics/figure2.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kalman/aorta_leo.yaml b/kalman/aorta_leo.yaml index 0c2266b..05eef3b 100755 --- a/kalman/aorta_leo.yaml +++ b/kalman/aorta_leo.yaml @@ -1,4 +1,4 @@ -mesh: './meshes/coaortaH3_leo2.0.h5' +mesh: './meshes/coaortaH1.h5' # Physical parameters of the fluid fluid: density: 1.2 @@ -30,22 +30,22 @@ boundary_conditions: - id: 3 type: 'windkessel' - value: [10,0,0] + value: [1,0,0] p0: [0,1333.223874] - id: 4 type: 'windkessel' - value: [250,0,0] + value: [100,0,0] p0: [0,1333.223874] - id: 5 type: 'windkessel' - value: [250,0,0] + value: [100,0,0] p0: [0,1333.223874] - id: 6 type: 'windkessel' - value: [250,0,0] + value: [100,0,0] p0: [0,1333.223874] timemarching: diff --git a/kalman/graphics/figure2.py b/kalman/graphics/figure2.py index d7881bf..800a762 100644 --- a/kalman/graphics/figure2.py +++ b/kalman/graphics/figure2.py @@ -43,7 +43,7 @@ def plot_parameters(dat, deparameterize=False, ref=None): plt.ion() - inputfile_path = 'results/aorta/input.yaml' + inputfile_path = 'results/aorta_leo/input.yaml' with open(inputfile_path) as file: inputfile = yaml.full_load(file)