8. 8. Hydrostatic Force Tool
Computes hydrostatic force on a vertical submerged surface: \(F=\int P\,dA=\rho g\int_{a}^{b} h(y)\,w(y)\,dy\), where \(w(y)\) is plate width and \(h(y)\) is depth below the fluid surface.
Math Calculus • Applications of Integrals
Computes hydrostatic force on a vertical submerged surface: \(F=\int P\,dA=\rho g\int_{a}^{b} h(y)\,w(y)\,dy\), where \(w(y)\) is plate width and \(h(y)\) is depth below the fluid surface.
For a vertical plate, pressure at depth h is P(y) = ρ g h(y). The total force is F = ∫ P dA = ρ g ∫[a,b] h(y) w(y) dy, where dA = w(y) dy.
For a rectangle, w(y) is a constant width W. If the fluid surface is at y = H, a common depth function is h(y) = H - y (deeper points have larger h).
Negative depth means a point is above the fluid surface, so it should contribute no pressure and no force. Clamping prevents above-surface regions from producing unphysical negative pressure.
N must be even, and larger N usually increases accuracy for curved functions. Start with a moderate even value and increase it if the integral changes noticeably.
Use ρ in kg/m^3, g in m/s^2, and w(y) and h(y) in meters. With these units, the computed force is in newtons (N).