General Computation Functions

The following group of API functions are available for general computations. In general, it is best practice to perform computations through the the Analysis group instead of calling these functions directly.

ComputeMassProps(int set, int num_slices, ...)

ComputeCompGeom(int set, bool half_mesh, ...)

ComputePlaneSlice(int set, int num_slices, ...)

ComputeDegenGeom(int set, int file_export_types)

IntegrateEllipsoidFlow(vec3d abc_rad, ...)

Details

openvsp.ComputeMassProps(int set, int num_slices, int idir) std::string[source]
openvsp.ComputeCompGeom(int set, bool half_mesh, int file_export_types) std::string[source]
openvsp.ComputePlaneSlice(int set, int num_slices, vec3d norm, bool auto_bnd, double start_bnd=0, double end_bnd=0, bool measureduct=False) std::string[source]
openvsp.ComputeDegenGeom(int set, int file_export_types)[source]
openvsp.IntegrateEllipsoidFlow(vec3d abc_rad, int const & abc_index) double[source]