I noticed that the examples only exchange ‘displacements’ and ‘forces’. Can I send both displacement and velocity data of the structure to the fluid solver at the same time as the following? <mesh name="FluidMesh"> <use-data name="Forces" /> <use-data name="Displacements" /> <use-data name="Velocities" /> </mesh>
Hi,
Do I need to change <coupling-scheme:serial-explicit> into <coupling-scheme:parallel-explicit>? Will it make a difference to the results of my simulation? Does this ‘parallel’ means that the fluid solver and structure solver run at the same time and it has nothing to do with the parallel computation of OpenFoam?
A parallel coupling scheme is completely different than the internal parallelization of the solver. It just means that the two participants compute the same time window without at the same time, without the one waiting for the other to finish. You can compare it to an Jacobi (parallel) vs a Gauss-Seidel (serial) approach.