VSPAERO Actuator Disk and Propeller Functions

The following group of functions provide API capability for setting up actuator disks (Disk tab of VSPAERO GUI) and propellers (Propeller tab of VSPAERO GUI) for VSPAERO analysis. If a propeller geometry is used to model the actuator disk, the “PropMode” must be set to PROP_DISK or PROP_BOTH. Alternatively, the “PropMode” but be set to PROP_BLADE or PROP_BOTH for unsteady analysis. must be set to PROP_DISK or PROP_BOTH.

FindActuatorDisk(int disk_index)

GetNumActuatorDisks()

FindUnsteadyGroup(int group_index)

GetUnsteadyGroupName(int group_index)

GetUnsteadyGroupCompIDs(int group_index)

GetUnsteadyGroupSurfIndexes(int group_index)

GetNumUnsteadyGroups()

GetNumUnsteadyRotorGroups()

Details

openvsp.FindActuatorDisk(int disk_index) std::string[source]
openvsp.GetNumActuatorDisks() int[source]
openvsp.FindUnsteadyGroup(int group_index) std::string[source]
openvsp.GetUnsteadyGroupName(int group_index) std::string[source]
openvsp.GetUnsteadyGroupCompIDs(int group_index) StringVector[source]
openvsp.GetUnsteadyGroupSurfIndexes(int group_index) IntVector[source]
openvsp.GetNumUnsteadyGroups() int[source]
openvsp.GetNumUnsteadyRotorGroups() int[source]