VehicleHPOPDragModelSpherical ============================= .. py:class:: ansys.stk.core.stkobjects.VehicleHPOPDragModelSpherical Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleHPOPDragModel` Spherical Drag Pressure Model. .. py:currentmodule:: VehicleHPOPDragModelSpherical Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleHPOPDragModelSpherical.cd` - Drag coefficient. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleHPOPDragModelSpherical.area_mass_ratio` - Get or set the area-to-mass ratio to be used in drag calculations. Uses AreaPerMass Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleHPOPDragModelSpherical Property detail --------------- .. py:property:: cd :canonical: ansys.stk.core.stkobjects.VehicleHPOPDragModelSpherical.cd :type: float Drag coefficient. Dimensionless. .. py:property:: area_mass_ratio :canonical: ansys.stk.core.stkobjects.VehicleHPOPDragModelSpherical.area_mass_ratio :type: float Get or set the area-to-mass ratio to be used in drag calculations. Uses AreaPerMass Dimension.