We currently read the adapter config as ./system/preciceDict, as an OpenFOAM dictionary.
To conform with the adapter guidelines, we could further investigate if it is possible to:
- Read an OpenFOAM dictionary from
./preciceDict (check the IOObject constructor, which specifies runTime_.system())
- Read a JSON/YAML file called
precice-adapter-config.{json|yaml}.
We currently read the adapter config as
./system/preciceDict, as an OpenFOAM dictionary.To conform with the adapter guidelines, we could further investigate if it is possible to:
./preciceDict(check theIOObjectconstructor, which specifiesrunTime_.system())precice-adapter-config.{json|yaml}.