asd
This commit is contained in:
parent
dc2ca4dcde
commit
ffdf3172af
@ -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:
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user