Below is a complete, self-contained HTML document you can drop into your site. It covers the regulatory context, a practical FreeCAD FEM (CalculiX) test matrix for CE Category A, concrete setup steps, and acceptance criteria. ```html
Purpose: Use FreeCAD’s FEM workbench (CalculiX solver) to screen an aluminum catamaran structure against the loads implied by CE Design Category A (“Ocean”) under the Recreational Craft Directive 2013/53/EU, and to generate engineering evidence for the technical file.
Category A craft must withstand conditions exceeding wind force 8 (Beaufort) and significant wave heights above 4 m. The governing structural documents are:
| Standard | Relevance |
|---|---|
| ISO 12215-5 | Design pressures (bottom, sides, deck, superstructure), design stresses and local scantlings — used as FEM input loads. |
| ISO 12215-6 | Structural arrangements and details (joints, openings, continuity) — tells you where to look in the FEM results. |
| ISO 12215-7 | Multihulls: global loads — transverse bending moment, torsional (“pitch-connecting”) moment between hulls, wet-deck (bridgedeck) slamming pressure, cross-structure scantlings. |
| ISO 12215-9 | Sailing craft appendages and rig attachment loads (mast step, chainplates, rudder, keel). |
The workflow is: compute design pressures/moments from the standard → apply them as equivalent static loads in FreeCAD FEM → compare resulting stresses/deflections/ buckling margins with allowable values.
| Capability | FreeCAD FEM (CalculiX) | Use for Cat A? |
|---|---|---|
| Linear static stress / deflection | Yes (“static” analysis) | Core tool — all pressure and load cases below. |
| Shell, beam and solid elements | Yes (ElementGeometry2D/1D, Gmsh/Netgen meshing) | Shells for plating/bulkheads; solids for fittings. |
| Eigenfrequency (modal) | Yes (“frequency”) | Check resonance of cross structure vs. wave/engine excitation. |
| Linear buckling (eigenvalue) | Yes (buckling analysis type, or manual *BUCKLE step) |
Panel/beam buckling under slamming and global compression. |
| Slamming CFD / hydrodynamics | No | Use ISO 12215 equivalent static pressures instead. |
| Fatigue assessment | No (extract stress ranges, post-process externally) | External S–N / Miner check for welded aluminum joints. |
| Contact / plasticity | Possible via manual .inp edits, limited GUI support |
Advanced checks only. |
The single most common mistake in aluminum FEM is using unwelded yield strength. Welding knocks down the temper in the heat-affected zone (HAZ); ISO 12215-5 and all classification rules therefore base allowable stress on as-welded properties.
| Alloy / temper | Typical use | σy unwelded (MPa) | σy,welded HAZ (MPa) |
|---|---|---|---|
| EN AW-5083-H116/H321 | Hull & deck plating | ≈215 | ≈125 |
| EN AW-5086-H116 | Plating | ≈195 | ≈105–120 |
| EN AW-6061-T6 | Extrusions, frames, beams | ≈240 | ≈105 |
| EN AW-6082-T6 | Extrusions, crossbeams | ≈260 | ≈115–125 |
Verify exact values against EN 755 / EN 13981 / EN 1999 (Eurocode 9) or your chosen class rule table. Conservative approach: use the welded value everywhere in welded zones (or the whole boat).
Common elastic constants for all alloys: E = 70,000 MPa, ν = 0.33, ρ = 2.66–2.70 t/m³ (2.66e-9 t/mm³ in mm–N–t units).
0.030 N/mm².| # | Analysis | Type | Load (per ISO 12215) | Boundary conditions | Acceptance target |
|---|---|---|---|---|---|
| 1 | Bottom panel slamming | Static, shell | Bottom design pressure for Category A (ISO 12215-5), incl. area/location factors; typically 15–50 kPa depending on size — compute, don’t guess | Panel edges fixed/simply supported on frames & stringers | σvm ≤ 0.6–0.7 σy,welded; deflection within rule limit |
| 2 | Bridgedeck (wet-deck) slamming — catamaran-critical | Static, shell | Wet-deck slamming pressure per ISO 12215-7 (function of bridgedeck clearance); often the highest local pressure on the boat (30–100 kPa is not unusual for Cat A) | Edges on crossbeams and bulkheads | Stress + deflection + buckling (see #9) |
| 3 | Global torsion / pitch-connecting moment | Static, whole boat | Gravity + payload (+ dynamic factor), or the ISO 12215-7 torsional moment applied at the cross structure | Diagonal supports: bow of one hull, stern of the other (simulates a diagonal wave) | Global σvm ≤ 0.9 σy,welded; check beam–hull joints especially |
| 4 | Transverse bending (“split force”) | Static, whole boat | Lateral force couple on the hulls equal to the ISO 12215-7 transverse bending moment divided by hull centreline spacing | Vertical supports under both hulls at design waterline | Crossbeam stress & deflection; deck/hull joint stresses |
| 5 | Crossbeam bending & shear | Static (global or refined sub-model) | Reactions extracted from cases 3 & 4 | Hull interface constraints | Bending + shear stress, mid-span deflection (rule limit), local buckling of beam webs/flanges |
| 6 | Mast step & shroud chainplates | Static, local solid/shell | Mast compression and shroud tang loads per ISO 12215-9 / rig designer (righting-moment based), × dynamic factor (≈1.5) | Local structure boundaries fixed to surrounding shell | No yielding in HAZ; check load-spreading doubler sizing |
| 7 | Watertight bulkhead (flooding head) | Static | Hydrostatic head to main deck: p = ρgh (e.g. h = 2.2 m → 22 kPa = 0.022 N/mm²) | Bulkhead periphery fixed at hull/deck | Stress + plate deflection; collision bulkhead per ISO 12215-6 |
| 8 | Keel / skeg grounding | Static, local | Grounding force at keel tip (a defined fraction of displacement, per rule or e.g. 0.5–1.0 × Δg) | Hull shell around keel root | Local stress, keel-to-hull joint integrity |
| 9 | Panel & beam buckling | Eigenvalue buckling | Same pressures/compressions as cases 1, 2, 5 | Same as corresponding static case | Buckling load factor λ ≥ 1.5–2.0 on design loads (per chosen rule) |
| 10 | Modal (natural frequencies) | Frequency | — | Free-free or softly supported | First global modes clear of wave encounter band and engine/shaft orders |
| 11 | Inertia / accelerated gravity case | Static with self-weight multiplier | Vertical design acceleration at LCG per ISO 12215-5 applied as multiplied gravity on all masses (structure, tanks, batteries, engines) | Buoyancy-line supports | Stress within global allowable |
| 12 | Deck & superstructure | Static | Deck design pressure (ISO 12215-5) + personnel loads on walking areas | Panel edges on beams | Stress + deflection |
70000 MPa,
Poisson 0.33, density 2.66 g/cm3 (FreeCAD converts units).
Assign to all structural solids/faces.static, working directory, then
Write .inp file → Run CalculiX..dat file: sum of vertical reaction forces
≈ total weight (8 t example boat → ≈78.5 kN)..dat/.cgx output.For buckling (#9) and modal (#10), either select the corresponding analysis type in the
CalculiX solver object (available in recent FreeCAD versions) or edit the
.inp file manually after writing it:
** --- Static step with design pressure (as generated by FreeCAD) ---
*STEP
*STATIC
...loads, BCs...
*END STEP
** --- Buckling check: 6 eigenvalues (load multipliers on the applied loads) ---
*STEP, PERTURBATION
*BUCKLE
6
*NODE FILE
U
*EL FILE
S
*END STEP
** --- Alternative: natural frequencies ---
*STEP, PERTURBATION
*FREQUENCY
10
*NODE FILE
U
*END STEP
The buckling eigenvalues appear in the .dat file: multiply your design
load by the lowest eigenvalue to get the elastic buckling load. Require a factor of
≥ 1.5–2.0 (confirm against your chosen rule; remember plasticity reduces the
real capacity of slender panels).
| Check | Criterion (guidance — verify against chosen rule) |
|---|---|
| Local pressure cases (1, 2, 7, 12) | σvm ≤ 0.6–0.7 × σy,welded |
| Global / combined extremes (3, 4, 11) | σvm ≤ 0.9 × σy,welded |
| Buckling (9) | Load factor λ ≥ 1.5–2.0 on design loads |
| Deflection | Within ISO/class limits (e.g. beam deflection limits, no plating “oil-canning”) |
| Modal (10) | No global mode inside the dominant wave encounter range or on engine/shaft excitation orders |
| Fatigue (external) | Welded detail stress ranges within Eurocode 9 / IIW FAT classes with Miner sum ≤ 1 for the design life — use FEM hot-spot stress ranges as input |
.inp/.dat files, load derivations from ISO 12215, and
result plots — these form part of the CE technical construction file.Disclaimer: indicative engineering guidance only. All design pressures, moments, safety factors and material properties must be derived from the current editions of the cited standards and agreed with your notified body / classification society.