:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** .. _P6DOF_Mass_Properties_Data_Label: P6DOF Mass Properties Data ========================== Mass properties include the mass and moments of inertia for the object when empty (no fuel or payload). Additional mass properties contributions by fuel and payload are considered separately. Each of these command blocks are detailed below. .. command:: mass_properties ... end_mass_properties .. parsed-literal:: mass_properties mass_ ... moment_of_inertia_ixx_ ... moment_of_inertia_iyy_ ... moment_of_inertia_izz_ ... center_of_mass_x_ ... center_of_mass_y_ ... center_of_mass_z_ ... end_mass_properties .. command:: mass The (empty) mass of the object, not including fuel. .. command:: moment_of_inertia_ixx The (empty) moment of inertia about the x-axis the object, not including fuel. .. command:: moment_of_inertia_iyy The (empty) moment of inertia about the y-axis the object, not including fuel. .. command:: moment_of_inertia_izz The (empty) moment of inertia about the z-axis the object, not including fuel. .. command:: center_of_mass_x The empty center of mass (in the object's x-direction) relative to the reference point. .. command:: center_of_mass_y The empty center of mass (in the object's y-direction) relative to the reference point. .. command:: center_of_mass_z The empty center of mass (in the object's z-direction) relative to the reference point. ///////////////////////////////////////////////////////////////////////////////////////////// Return to :doc:`p6dof_object_types` or :doc:`p6dof_object_type`