OpenVSP geometry
FLOWUnsteady.read_degengeom — Function`read_degengeom(filename::String)`Read all geometry components from a DegenGeom file written out by OpenVSP
Arguments
filename::String: DegenGeom filename
Returns
comp: Vector ofvsp.VSPComponentobjects
FLOWUnsteady.import_vsp — Function`import_vsp(comp::vsp.VSPComponent; geomType::String="",
flip_y::Bool=false, transpose_grid::Bool=false)`Imports properties from OpenVSP component to FLOWUnsteady objects. Importing prop and duct geometries are under development.
Arguments
comp::vsp.VSPComponent: Singlevsp.VSPComponentobjectgeomType::String: Geometry type may be one of -wing,fuselage,prop,ductsymmetric::Bool: Creates a symmetric wing using the semi-span coordinatesflip_y::Bool: Flip y-coordinates about longitudinal plane. Useful for symmetric geometrytranspose_grid::Bool: Swap ordering of grid points
Returns
geom: FLOWUnsteady geometry