Hi, I am using PreCICE for a simulation with OpenFOAM and CalculiX, just now I was thinking in the file config.yml, I have:
participants:
Solid:
interfaces:
- nodes-mesh: Solid-Mesh
patch: surface
read-data: \[Force\]
write-data: \[Displacement\]
precice-config-file: ../precice-config.xml
The name of my patch is surface, I have all my nodes and elements in a file named Edificio.msh and inside I have a group of elements named *NSET, NSET=Nsurface, those are the ones I use in the .inp like this:
*CLOAD
Nsurface, 1, 0.0
Nsurface, 2, 0.0
Nsurface, 3, 0.0
Do I need a diferent file just with the name un surface.nam and with the elements inside, for preCICE to work, or just like this is fine.
Thanks in advance