Michael Li
Michael Li
preCICE v2.3.0 **Exit the coupling earlier** For a transient problem, the solution will converge to the steady-state eventually, but it seems there is no way to exit the coupling loop...
It works if enableBalancing is false, but when it is true, I get the following error ( 2 processors with 2D problem): ``` [1] --> FOAM FATAL ERROR: (openfoam-2306) [1]...
Changed in _**dynamicMultiDimRefineBalancedFvMesh/fvMeshDistributeAddPatch/fvMeshDistributeAddPatch.C**_ 1525 // faceList domainFaces = CompactListList(fromNbr)(); // original 1526 faceList domainFaces = CompactListList(fromNbr).unpack(); 1482 //