| name | orcaflex-mooring-iteration-basic-configuration |
| description | Sub-skill of orcaflex-mooring-iteration: Basic Configuration (+1). |
| version | 1.0.0 |
| category | engineering |
| type | reference |
| scripts_exempt | true |
Basic Configuration (+1)
Basic Configuration
iteration:
method: "scipy"
convergence:
tolerance: 1.0
min_tolerance: 0.5
max_iterations: 50
damping_factor: 0.7
jacobian:
perturbation_factor: 0.001
min_perturbation: 0.1
cache_enabled: true
vessel_config:
fix_vessels: true
vessels_to_fix: ["FPSO"]
fix_degrees_of_freedom: ["X", "Y", "Z", "Rotation 1", "Rotation 2", "Rotation 3"]
lines:
- name: "Mooring_Line_1"
target_tension: 800.0
tolerance: 1.0
variable_section: 1
- name: "Mooring_Line_2"
target_tension: 800.0
tolerance: 1.0
variable_section: 1
- name: "Mooring_Line_3"
target_tension: 800.0
tolerance: 1.0
variable_section: 1
Advanced Configuration
iteration:
method: "newton_raphson"
convergence:
tolerance: 0.5
min_tolerance: 0.2
max_iterations: 100
damping_factor: 0.5
jacobian:
perturbation_factor: 0.002
min_perturbation: 0.5
cache_enabled: true
recompute_interval: 5
vessel_config:
fix_vessels: true
vessels_to_fix: ["Buoy"]
fix_degrees_of_freedom: ["X", "Y", "Rotation 3"]
ea_config:
stiffness_factor: 1.0
length_limit_factor: 0.1
lines:
- name: "Chain_Segment_1"
target_tension: 500.0
tolerance: 0.5
variable_section: 0
min_length: 50.0