16 Apr 2026

Pelvic Floor — Core Piston Analysis

Overview

Unlike the other exercise packages (shoulders lateral raise, triceps overhead extension), the pelvic floor is not a lever system. It operates as a pressure-management system where the diaphragm and pelvic floor form a coordinated piston within the core canister.

The animation maps a breath cycle onto the same v4/v5 engine pipeline:

The "joint angle" axis is replaced by PF engagement level (0°–90°), where 0° represents end-of-inhale (PF descended, IAP high) and 90° represents end-of-exhale (PF lifted, dome restored, IAP managed).


Three Rendering Modes

ModeWhat it shows
movementClean sagittal animation: diaphragm and PF moving with breath, piston arrows, phase labels
forcesFull pressure analysis: IAP arrows, PF reaction force, gravity on organs, dome integrity readout, hip inset
coachingTraining cues: breath phase mechanics, engagement sensation, zone coaching, tempo, hip integration callout

Visualisation: Sagittal Core Canister

The FBD panel draws a sagittal cross-section of the core "canister":

ROM Mapping

The v4 engine's ROM panel is repurposed:

Key Differences from Lever-Based Exercises

AspectLateral Raise / Overhead ExtensionPelvic Floor
SystemJoint pivot, bone lever, torque ∝ sin(θ)Pressure canister, dome geometry
Primary variableJoint angle (degrees)Engagement level (0–100%)
Demand driverGravity + moment armIntra-abdominal pressure (IAP)
Training emphasisEccentric for hypertrophyEccentric for functional resilience
VisualizationArm/forearm rotating about pivotDiaphragm-PF piston in sagittal section
Hip connectionNot applicableObturator internus shares fascia with PF

Biomechanical Model

Three Strategies (from Gemini analysis)

1. Restoring the dome — neutral pelvis keeps PF fibres at optimal length-tension. Visualised as the PF dome shape changing from flat (inhale) to arched (exhale).
2. Dynamic piston — diaphragm-PF coordination through breath. Visualised as the coupled motion of the teal (diaphragm) and purple (PF) domes.
3. Hip leverage — external hip rotation pre-tensions the PF via shared fascia. Visualised in the top-down pelvic ring inset with obturator internus connections.

Demand vs Capacity

The Trampoline Model

The PF is not a squeeze-and-hold muscle. It functions like a trampoline:

This paradigm shift from "Kegel squeezing" to "pressure geometry management" is the core teaching point of the animation.


Statistics Tools

1. Excel Calculator (generate_xlsx_v4.py)

Generates a 4-sheet Excel workbook:

SheetContents
CalculatorInput body/position/breath data → PF load analysis, breath metrics, resilience indicators, wow-factor comparisons
IAP CurveEngagement-level table + chart: IAP demand vs PF force-length capacity, zone analysis
Training Log20-row log with auto-calculated cycle time, ecc:con ratio, eccentric control time, quality score
Resilience AnalysisEducational: dome geometry, piston coordination, hip integration, progression ladder, trampoline model, optimal tempo

Key inputs: bodyweight (kg), position code (1–5), activity code (1–4), breath tempo (inhale/exhale/hold durations), reps per set.

Key outputs: PF load index, peak demand (N), ecc:con ratio, eccentric control fraction, training quality score, functional resilience indicators.

2. CLI Stats Calculator (load_calc.py)

Reads input_sheet.csv and produces per-cycle stats including:

CSV columns: set_number, cycle_number, bodyweight_kg, position, additional_load_kg, activity, inhale_sec, exhale_sec, hold_top_sec, hold_bot_sec, rpe, notes

3. Postural Alignment Guide (measurement_guide.html)

Interactive HTML page with SVG sagittal body diagram and 6 assessment cards:

  1. Pelvic tilt (neutral check)
  2. Ribcage-over-pelvis alignment
  3. Sit-bone awareness
  4. Breath pattern (diaphragmatic vs chest)
  5. Hip rotator engagement
  6. Bodyweight

Key Difference from Lever Exercise Stats

AspectTriceps / ShouldersPelvic Floor
Primary metricTorque (N·m)PF load index (×)
InputsBone lengths, load mass, ROM anglesPosition, activity, breath tempo
Demand modelT = m × L × g × sin(θ)PF_load = organ_mass × g × pos × act
Progressive overloadIncrease weight or ROMIncrease position difficulty or activity demand
Training qualityVolume × intensityEccentric control time × position × ecc:con ratio
Measurement guideBone landmarks (tape measure)Postural alignment (visual check)

Dependencies

← All notes · ← All routines