inputs
This commit is contained in:
80
input/PostCheck_input.yaml
Executable file
80
input/PostCheck_input.yaml
Executable file
@ -0,0 +1,80 @@
|
||||
#################################################
|
||||
#
|
||||
# Input file for the checkpoint postprocessing
|
||||
#
|
||||
#################################################
|
||||
Corrector:
|
||||
apply: false
|
||||
mode: 'colormap' # h5 , histogram, colormap
|
||||
outpath: '/home/yeye/Desktop/Corrector_2019/figure3/11mm/'
|
||||
mesh_path: '/home/yeye/Desktop/Corrector_2019/meshes/11AoCoPhantomRest2.h5'
|
||||
u_path: '/home/yeye/Desktop/Corrector_2019/First/meas/11mmAoCo2/'
|
||||
w_path: '/home/yeye/Desktop/Corrector_2019/First/corrector/11mmAoCo2/'
|
||||
wname: 'w_COR_impl_stan'
|
||||
uname: 'u'
|
||||
dt: 0.03072
|
||||
|
||||
Velocity:
|
||||
apply: false
|
||||
mesh_path: '/home/yeye/Desktop/Corrector_2019/meshes/NormalAoCoPhantomRest2.h5'
|
||||
checkpoint: '/home/yeye/Desktop/Corrector_2019/First/meas/NormalAoCo2/'
|
||||
undersampling: 1
|
||||
dt: 0.03072
|
||||
filename: 'u'
|
||||
|
||||
Estim_Pressure:
|
||||
apply: false
|
||||
filename: 'p_COR_impl_stan'
|
||||
outpath: '/home/yeye/Desktop/dP/results/11AoCoPhantomRest2/R1/testBF/'
|
||||
method: spheres # slices, boundaries, spheres
|
||||
dt: 0.03072
|
||||
boundaries: [2,3]
|
||||
spheres:
|
||||
- center: [0.09, 0.093, 0.08] # 11mm
|
||||
#- center : [0.08, 0.09, 0.08]
|
||||
#- center : [0.093, 0.09, 0.085] # Normal
|
||||
radius: 0.005
|
||||
Npts: 32
|
||||
- center: [0.134, 0.135, 0.026] # 11mm
|
||||
#- center : [0.125, 0.135, 0.025] # 13 mm
|
||||
#- center : [0.13, 0.14, 0.03] # Normal
|
||||
radius: 0.005
|
||||
Npts: 32
|
||||
|
||||
Outlet_Wind:
|
||||
apply: false
|
||||
mesh_path: '/home/yeye/NavierStokes/examples/meshes/aorta.h5'
|
||||
checkpoint: '/home/yeye/NavierStokes/examples/results/aorta/'
|
||||
filename: ['u','p']
|
||||
bnds: [3,4,5,6]
|
||||
out_path: '/home/yeye/NavierStokes/examples/results/aorta/'
|
||||
|
||||
Error-curves:
|
||||
apply: true
|
||||
dt: 0.03072
|
||||
type: ['mean','max']
|
||||
meshpath: '/home/yeye/Desktop/Corrector_2019/meshes/NormalAoCoPhantomRest1.4.h5'
|
||||
ref_check: '/home/yeye/Desktop/Corrector_2019/I/meas/NormalRest1.4/R1/'
|
||||
ref_name: 'u'
|
||||
undersampling: 1
|
||||
com_check: '/home/yeye/Desktop/Corrector_2019/I/corrector/NormalRest1.4/'
|
||||
com_name: 'w_COR_impl_stan'
|
||||
outpath: '/home/yeye/Desktop/Corrector_2019/figures/Errorcurves/Normal/'
|
||||
|
||||
Temporal-Average:
|
||||
apply: false
|
||||
meshpath: '/home/yeye/Desktop/PhD/AORTA/MESH/coaorta/H1/coaortaH1.h5'
|
||||
original_check: '/home/yeye/Desktop/First/H1/dt5ms/coaorta/'
|
||||
xdmf: false
|
||||
dt: 0.005
|
||||
subsampling_rate: 6
|
||||
out_check: '/home/yeye/Desktop/First/H1/test/'
|
||||
|
||||
Temporal-Interpolation:
|
||||
apply: false
|
||||
meshpath: '/home/yeye/Desktop/Corrector_2019/meshes/11AoCoPhantomRest1.4.h5'
|
||||
original_check: '/home/yeye/Desktop/Corrector_2019/I/meas/11mmRest1.4/R1/'
|
||||
xdmf: true
|
||||
dt: 0.03072
|
||||
dt_new: 0.015
|
||||
out_check: '/home/yeye/Desktop/Corrector_2019/I/meas/11mmRest1.4/dt15ms/'
|
Reference in New Issue
Block a user