Hi there!
I am trying to couple two cfd simulations with a volume mapping of pressure. The solvers involved are both pimpleFoam from openfoam10. The first one is running a stand alone cfd simulation, the resulting pressure field is mapped on the overlapping volume of the second mesh. The second pimpleFoam runs by taking as source term the pressure field of the first simulation. I am using fvModels to load the mapped pressure in the second pimplefoam and here I am facing some problems, in particular the error:
“request for volScalarField p_vol from objectRegistry region0 failed available objects of type volScalarField are…” (they depend by the cfd model)
it seems that the p_vol defined in the preciceDict and in the fvModels is looked also inside the “createFields.H” of the solver. Is this a problem of the foundation version or am I missing something? Please any help would be greatly appreciated.