fsi_interface_balance
Checks whether a partitioned FSI solve conserves load across the coupling interface: compares fluid pressure force to solid reaction and returns the relative residual.
Instructions
Partitioned wet-interface force balance (NO solver) — the FSI analogue of
the optics energy-balance gate. The fluid presses a uniform pressure_pa over
the length_mm×width_mm strip, so the total traction is F = pressure·area; a
converged partitioned solve must hand the solid exactly this load and the
solid's support reactions must carry it (Newton's third law across the coupling
surface). Pass the measured fluid_force_n (∮p·dA over the OpenFOAM wet patch)
and/or solid_reaction_n (Σ ccx reaction at the clamp); the relative residual
|F_fluid − R_solid|/F_fluid is the conservation error. With neither supplied it
returns the reference analytic load (residual 0) the real solve closes on.
Returns {area_mm2, reference_load_n, fluid_force_n, solid_reaction_n, residual_n, relative_residual, balanced, fidelity, escalate_to}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width_mm | Yes | ||
| length_mm | Yes | ||
| pressure_pa | Yes | ||
| fluid_force_n | No | ||
| solid_reaction_n | No |