I am attempting to use preCICE to simulate two-way FSI of an aortic valve opening and closing. I am using OpenFOAM v2006 and CalculiX 2.16 with their respective preCICE adapters. I believe I have the adapters properly installed because I can successfully run the 3D Tube tutorial case.
I’ve successfully run the fluid and solid aspects of my problem separately. I can push fluid through a partially-opened aortic valve and solve for pressures and flows using OpenFOAM. I can put a constant load on the leaflets and watch them deform using CalculiX. However when I attempt to couple everything, I am met with a troubling error:
Setting up preCICE participant solid, using config file: config.yml
terminate called after throwing an instance of 'YAML::BadFile'
what(): bad file
Obviously, something is wrong with the config.yml file, but I just can’t seem to find it.
Here are some relevant files for my setup:
precice-config.xml (2.6 KB)
config.yml (259 Bytes)
preciceDict.txt (703 Bytes)
fluid.log (4.8 KB)
solid.log (937 Bytes)
Allrun.txt (3.7 KB)
Any insight will be most appreciated!