-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Description
The AeroDyn_Inflow_C_Binding interface is missing several routines that will be needed for integration with SEAHOWL. These include:
- Routines to retrieve environment variables
- [ ]GetAirDens
- [ ]GetKinVisc
- [ ]GetSpdSound
- [ ]GetPatm
- [ ]GetPvap -
GetWindVel- provide the same thing as theIfW_C_Bindinginterface does
- Include logic for whenIfWdata is accessed by pointer to external instance (SEAHOWLmay do this) -
GetAeroNodePosOri- retrieve all positions and orientations of aerodynamic nodes (needed forSEAHOWL) - Tower interface routines for tower loads
Some of these features will take longer to implement than others, so they may need to be on the v5.1.0 release instead of 5.0.0
Reactions are currently unavailable