This commit is contained in:
J.E. Garay Labra 2020-12-18 16:02:33 -03:00
parent dc2ca4dcde
commit ffdf3172af
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
mesh: './meshes/coaortaH3_leo2.0.h5' mesh: './meshes/coaortaH1.h5'
# Physical parameters of the fluid # Physical parameters of the fluid
fluid: fluid:
density: 1.2 density: 1.2
@ -30,22 +30,22 @@ boundary_conditions:
- -
id: 3 id: 3
type: 'windkessel' type: 'windkessel'
value: [10,0,0] value: [1,0,0]
p0: [0,1333.223874] p0: [0,1333.223874]
- -
id: 4 id: 4
type: 'windkessel' type: 'windkessel'
value: [250,0,0] value: [100,0,0]
p0: [0,1333.223874] p0: [0,1333.223874]
- -
id: 5 id: 5
type: 'windkessel' type: 'windkessel'
value: [250,0,0] value: [100,0,0]
p0: [0,1333.223874] p0: [0,1333.223874]
- -
id: 6 id: 6
type: 'windkessel' type: 'windkessel'
value: [250,0,0] value: [100,0,0]
p0: [0,1333.223874] p0: [0,1333.223874]
timemarching: timemarching:

View File

@ -43,7 +43,7 @@ def plot_parameters(dat, deparameterize=False, ref=None):
plt.ion() plt.ion()
inputfile_path = 'results/aorta/input.yaml' inputfile_path = 'results/aorta_leo/input.yaml'
with open(inputfile_path) as file: with open(inputfile_path) as file:
inputfile = yaml.full_load(file) inputfile = yaml.full_load(file)