multiDimAMR
multiDimAMR copied to clipboard
dynamic meshing with load balancing for hexahedral meshes in 3D and 2D
I'm looking at bubble growth with conjugate heating and am refining around the liquid-vapour interface, I'm wondering if it's also possible to refine the cells in the solid region adjacent...
After i run it. i use reconstructParMesh. it can work. But i run reconstructPar. There are some problems. ``` --> FOAM Warning : From function virtual Foam::polyMesh::readUpdateState Foam::polyMesh::readUpdate() in file...
I'm using dynamic encryption and load balancing to calculate the wraparound of the hydrofoil. The calculation uses the turbulence model, and I found that the error is reported directly when...
Hi developer, Thanks for your contribution for the OpenFOAM AMR. I trid use your code on OpenFOAM V2012 and OpenFOAM v2112. I found some problems. I hope you can help...
[log.txt](https://github.com/HenningScheufler/multiDimAMR/files/8660658/log.txt) My simulation runs smoothly until the end. If I want to calculate the model again. Then a fatal error occurs after a short time. Before the error, the dynamicMesh...
Dear Henning: Sorry for disturbing you. I use your advanced **interFlow** library together with **multiDimAMR** to refine mesh near interface. I notice that, in your provided "damBreakWithObstacle" case, there is...
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 //
Is it possible to work on openfoam v2406?
Hello, I am working on a simulation of non-Newtonian spray formation using rheoTool and LES on OpenFOAMv9. I am using AMR in 3D and am aiming to run simulations on...