Before discussing the fix, we must understand the pathology. In FLOW-3D Hydro, the fluid is represented on a structured grid. The “crack” appears as a linear, unphysical void space within a continuous fluid body, typically occurring in regions of high acceleration or sudden boundary divergence.
Visual symptoms include:
Physical vs. Numerical: In real life, water does not crack under tension—it cavitates or forms a continuous jet. The hydro crack is purely a numerical phenomenon caused by the solver’s inability to maintain fluid connectivity across high-velocity gradients. flow 3d hydro crack fixed
Default settings use SOR (Successive Over-Relaxation). Switching to GMRES with a tighter tolerance (EPSADV = 1e-5) forced the solver to resolve the thin water-air interface without splitting.
Cracks usually initiate at a single upstream cell layer. To fix this: Before discussing the fix, we must understand the pathology
Result: The finer mesh allows the advection scheme to maintain a continuous fluid fraction across cell boundaries.
Starting a simulation instantly with a massive hydrostatic load can shock the solver. Physical vs
The “crack” often masks a deeper problem: poor initial hydrostatic balance. Before trying the tricks above, always run a RESTART from a fully settled hydrostatic solution (flow time = 0 with zero velocity). If the crack is gone, your issue was initialization, not numerics.