Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
d679a44
In-progress draft of installation logistics modeling framework
mattEhall Aug 8, 2025
1d3582e
install modeling: expanding yamls and starting assets classes:
mattEhall Aug 12, 2025
0420b18
Preliminary update to vessels.yaml to include AHTS and Barge
Aug 13, 2025
2386c8f
Update actions, capabilities, objects and vessels YAML files
Aug 18, 2025
636a8a1
Starting Task class and outlining more of the process:
mattEhall Aug 19, 2025
89f8afd
New roles/capabilities approach in Actions:
mattEhall Aug 20, 2025
cfbdf4f
Updates to Action.py for checking valid asset-action capability and c…
RyanDavies19 Aug 20, 2025
e67b260
Restore removed error check in action.py
RyanDavies19 Aug 21, 2025
19c2591
Adds function descriptions and improved error handling to action.py
RyanDavies19 Aug 21, 2025
5d49360
Update on vessels day rates, visualizeActions, and action naming in m…
Yuksel-Rudy Aug 21, 2025
00e5f12
Started function to convert units of vessel capability specs - not wo…
mattEhall Aug 21, 2025
f750c4a
Update tasks:
Yuksel-Rudy Aug 21, 2025
f133c51
Markdown plaintext in function descriptions for `action.py`. Adds `as…
RyanDavies19 Aug 21, 2025
ab008c0
Add checks for assets are assigned to roles that already have been as…
RyanDavies19 Aug 22, 2025
0e1a640
Remove default values from actions and capabilities yamls
RyanDavies19 Aug 26, 2025
0d1e1f7
Add getMetrics function to action.py. Started filling in hard coded c…
RyanDavies19 Aug 26, 2025
b71e4ec
Change Irma objects to be FAModel objects
RyanDavies19 Aug 27, 2025
5434acd
Fix YAMLs to be consistent with FAModel objects
RyanDavies19 Aug 29, 2025
7f18495
Got units conversion working and small edits to restore code runnabil…
mattEhall Aug 31, 2025
9786637
improve runing of action class:
RyanDavies19 Sep 8, 2025
1a2bee4
Adds get_row function to tasks:
RyanDavies19 Sep 9, 2025
ff60470
Begining the scheduler object:
RyanDavies19 Sep 9, 2025
16b96a1
Working on new Task-related methods in Scenario:
mattEhall Sep 10, 2025
be1ea51
Updates to scheduler constraints and start of docs:
RyanDavies19 Sep 10, 2025
118cd02
adding a sequence graph to the Task class
Yuksel-Rudy Sep 11, 2025
9018f79
Scheduler.py console printing improvements:
RyanDavies19 Sep 11, 2025
bd13d26
Updating duration, actions_ti, and other features in Task.py based on…
Yuksel-Rudy Sep 11, 2025
ae7171e
Updating duration, actions_ti, and other features in Task.py base…
Yuksel-Rudy Sep 11, 2025
36d1ac1
scheduler.py refactor for four decision variables:
RyanDavies19 Sep 12, 2025
0cf170f
IRMA: Adding a couple more tasks in the staged strategy
mattEhall Sep 16, 2025
3e5cc84
Add calwave modules, charts and modifications
Oct 3, 2025
5c3ec25
CalWave task 1 - anchor installation plan files upgrades and updates …
Oct 20, 2025
f04d376
adding terminology markdown
Yuksel-Rudy Oct 22, 2025
0e1f84b
changing the name from calwave_anch installation.py (it had a space) …
Yuksel-Rudy Oct 22, 2025
dd8084a
Updates to scheduler.py to get it running how it should
shousner Oct 21, 2025
e97942b
Added constraints to scheduler for dependencies and weather
shousner Oct 23, 2025
7f38a21
Updates to schedulerREADME to reflect new changes
shousner Oct 23, 2025
5759f80
Editing schedulerREADME.md so equations render on GitHub
mattEhall Oct 24, 2025
9e04544
mobilize duration hard-coded based on vessel used, sequence yaml file…
Yuksel-Rudy Oct 24, 2025
5ff399f
Adding 'asset_group' capability to the scheduler
shousner Oct 28, 2025
246ece7
Scheduler updates, working scheduler_tutorial.ipynb
shousner Oct 29, 2025
d983e5d
Accidentally put the scheduler_tutorial.ipynb in the main directory
shousner Oct 29, 2025
6fa840d
Adding an example file to run scheduler runs/tests
shousner Oct 29, 2025
b4a80e5
Adding feature to allow dependency offsets
shousner Oct 29, 2025
58cf844
Updating dependency offset feature for 'minimum' and 'exact'
shousner Oct 29, 2025
d27d5e2
Merge remote-tracking branch 'origin/dev' into irma
shousner Oct 31, 2025
35072dd
Merge remote-tracking branch 'origin/dev' into irma
shousner Oct 31, 2025
6356ba4
Updated the scheduler tutorial to explain more about the dependency o…
shousner Oct 31, 2025
96c8ffb
New script to generate task-asset matrices (and wordy help)
shousner Oct 31, 2025
b8b2acb
Generic Task Moduel:
Yuksel-Rudy Nov 3, 2025
793667e
Resurrecting Sequence Graph Capabilities to Task Class
Yuksel-Rudy Nov 3, 2025
ae35d72
Resurrecting Sequence Graph Capabilities to Task Class2:
Yuksel-Rudy Nov 3, 2025
b3edf7a
Gantt Chart support for Task Class
Yuksel-Rudy Nov 3, 2025
9f410b8
Expanding Task.init sequencing options:
mattEhall Nov 4, 2025
1f0feb7
changing calwave task 1 example to run with task.py changes
Yuksel-Rudy Nov 5, 2025
16de612
Merge remote-tracking branch 'origin/dev' into irma
shousner Nov 5, 2025
6aeb87e
Bringing in case study updates into main code
mattEhall Nov 7, 2025
58eb102
IRMA updates to work with seabedtools move
mattEhall Nov 7, 2025
2cbac52
UNDER PROGRESS: removing roles from actions and work on requirements …
Yuksel-Rudy Nov 7, 2025
69de4b7
continue working on action.py to remove roles, data structure fixes, …
Yuksel-Rudy Nov 9, 2025
501fdc4
IRMA ongoing requirements work - now accounting for specs
mattEhall Nov 10, 2025
ade0cc5
more work on Action:
Yuksel-Rudy Nov 10, 2025
1a05f4c
Action updateRequirements real-life data
shousner Nov 11, 2025
47eb99a
A lot of IRMA changes to get task asset assignment working:
mattEhall Nov 24, 2025
eae9888
Switching to SI units and enabling unit converter:
mattEhall Dec 8, 2025
43bca4a
Getting Irma.py to work with the scheduler
shousner Dec 8, 2025
d3d3ea8
Overdue, General, and OMAE paper Updates
shousner Jan 22, 2026
76a537c
Merge remote-tracking branch 'origin/dev' into irma
shousner Jan 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/OntologySample200m_1turb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,3 @@ anchor_types:
L : 16.4 # length of pile [m]
D : 5.45 # diameter of pile [m]
zlug : 9.32 # embedded depth of padeye [m]

145 changes: 145 additions & 0 deletions examples/OntologySample_RM3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
type: RM3 WEC example
name:
comments:
# Site condition information
site:
general:
water_depth : 70 # [m] uniform water depth
rho_water : 1025.0 # [kg/m^3] water density
rho_air : 1.225 # [kg/m^3] air density
mu_air : 1.81e-05 # air dynamic viscosity

# ----- Array-level inputs -----

# Wind turbine array layout
array:
keys : [ID, topsideID, platformID, mooringID, x_location, y_location, heading_adjust]
data : # ID# ID# ID# [m] [m] [deg]
- [RM3, 1, 1, ms1, 0, 0, 00 ] # 2 array, shared moorings

# ----- topsides and platforms -----

topsides:

- type: WEC



platform:

type : WEC
potModMaster : 1 # [int] master switch for potMod variables; 0=keeps all member potMod vars the same, 1=turns all potMod vars to False (no HAMS), 2=turns all potMod vars to True (no strip)
rFair : 0
zFair : -10

members: # list all members here

- name : top # [-] an identifier (no longer has to be number)
type : rigid # [-]
rA : [ 0, 0, -2.7] # [m] end A coordinates
rB : [ 0, 0, 2.5] # [m] and B coordinates
# --- outer shell including hydro---
stations : [ -2.7, -1.5, 2.5] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB
d : [ 6, 20, 20] # [m] diameters if circular or side lengths if rectangular (can be pairs)
t : 0.025 # [m] wall thicknesses (scalar or list of same length as stations)
rho_shell : 7850 # [kg/m3]
# --- handling of end caps or any internal structures if we need them ---
cap_stations : [ 2.5 ] # [m] location along member of any inner structures (in same scaling as set by 'stations')
cap_t : [ 0.025 ] # [m] thickness of any internal structures
cap_d_in : [ 6 ] # [m] inner diameter of internal structures (0 for full cap/bulkhead, >0 for a ring shape)

- name : center_column # [-] an identifier (no longer has to be number)
type : rigid # [-]
rA : [ 0, 0, -35.0] # [m] end A coordinates
rB : [ 0, 0, 7.0] # [m] and B coordinates
# --- outer shell including hydro---
stations : [0, 1] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB
d : 6.0 # [m] diameters if circular or side lengths if rectangular (can be pairs)
t : 0.025 # [m] wall thicknesses (scalar or list of same length as stations)
rho_shell : 7850 # [kg/m3]
# --- handling of end caps or any internal structures if we need them ---
cap_stations : [ 1 ] # [m] location along member of any inner structures (in same scaling as set by 'stations')
cap_t : [ 0.025 ] # [m] thickness of any internal structures
cap_d_in : [ 0 ] # [m] inner diameter of internal structures (0 for full cap/bulkhead, >0 for a ring shape)

- name : heave_plate # [-] an identifier (no longer has to be number)
type : rigid # [-]
rA : [ 0, 0, -35.0] # [m] end A coordinates
rB : [ 0, 0, -34.5] # [m] and B coordinates
# --- outer shell including hydro---
stations : [0, 1] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB
d : 30 # [m] diameters if circular or side lengths if rectangular (can be pairs)
t : 0.025 # [m] wall thicknesses (scalar or list of same length as stations)
rho_shell : 7850 # [kg/m3]
# --- handling of end caps or any internal structures if we need them ---
cap_stations : [ 0, 1 ] # [m] location along member of any inner structures (in same scaling as set by 'stations')
cap_t : [ 0.025, 0.025 ] # [m] thickness of any internal structures
cap_d_in : [ 0, 6 ] # [m] inner diameter of internal structures (0 for full cap/bulkhead, >0 for a ring shape)



# ----- Mooring system -----

# Mooring system descriptions (each for an individual FOWT with no sharing)
mooring_systems:

ms1:
name: RM3

keys: [MooringConfigID, heading, anchorType, lengthAdjust]
data:
- [ rm3-nylon, 60 , dea1, 0 ]
- [ rm3-nylon, 180 , dea1, 0 ]
- [ rm3-nylon, 300 , dea1, 0 ]


# Mooring line configurations
mooring_line_configs:

rm3-nylon: # mooring line configuration identifier

name: rm3-nylon # descriptive name

span: 300

sections: # in order from anchor to fairlead
#- connectorType: shackle
#- mooringFamily: chain # ID of a mooring line section type
# d_nom: .089
# length: 30 # [m] usntretched length of line section
#- connectorType: clump_weight_10_t
- mooringFamily: nylon # ID of a mooring line section type
d_nom: .146
length: 267 # [m] usntretched length of line section
#- connectorType: buoy_55_kN
#- mooringFamily: wire
# d_nom: 0.1
# length: 25

mooring_connector_types:

h_link_shackle:
m : 140 # [kg] component mass
v : 0.13 # [m^3] component volumetric displacement

clump_weight_10_t:
m : 10000 # [kg] component mass
v : 0.0 # [m^3] component volumetric displacement

buoy_55_kN:
m : 100 # [kg] component mass
v : 5.6 # [m^3] component volumetric displacement

shackle:
m : 200 # [kg] component mass
v : .2 # [m^3] component volumetric displacement

anchor_types:

dea1:
type : DEA # type of anchor
A : 5.46 # net area of anchor's fluke [m^2] - taken as 0.5*D*F - C*D
zlug : 10 # embedded depth of padeye [m]
mass : 9000 # [kg]
L : 5.46
D : 5.46
Loading
Loading