HI,all:
i know I will use setMeshVertices() before initialize(), but for fluent , I use gridmotion,that mean
the meshVertices info will change when coupling.
so my question is : how to set new Mesh Vertices info to precice when coupling?
As the error suggests, this is currently not (easily) possible with preCICE. The feature for dynamic meshes is under development. (cc @fsimonis)
We have a FAQ on this Can preCICE be used with moving meshes?
have you try it? success or not ?
resetMesh
isn’t part of the API and doesn’t work.
preCICE doesn’t directly support adaptive-dynamic meshes. You have to handle this in your adapter either by using direct-mesh access and performing your own data mapping on the participant with the moving mesh, or by using an ALE approach.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.