You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup some API functions, move soil info out of anchor design dict
-- addPlatform
-- addMooring
-- addAnchor
-- addSubstation
-- addTurbine
-- added some mooring API functions too
-- addSection
-- addConnector
-- connectSubcomponents
-- initialization/loading now uses API functions
-- soil info now stored in anchor.soilProps instead of in design dictionary
Calls anchor capacity functions developed by Felipe Moreno for the correct anchor type
142
140
143
141
Parameters
144
142
----------
145
143
ground_conds : dict, optional
146
-
Ground conditions ex: UCS,Em,phi,gamma,effective stress,etc. The default is None.
147
-
If no dict provided, the ground conds will be pulled from the dd['soil_properties']
144
+
Ground conditions dictionary with the key as the soil type name, values as soil info such as UCS,Em,phi,gamma,effective stress,etc. The default is None.
145
+
If no dict provided, the ground conds will be pulled from the anchor soilProps property
148
146
installAdj : float, optional
149
147
Adjustment to the capacity based on installation (dummy variable for now, but future installation functions
0 commit comments