genericMassType

complexType · extension complexBaseType · sequence

Mass description

parentUID not set parentUID set
location without refType global local
location with refType="absLocal" global local
location with refType="absGlobal" global global

Note: The combination of location with refType="absLocal" and no parentUID is global, because the local coordinate system to which the location is referring to via refType equals the global coordinate system.

<massDescription>
    <mass>
        ...
    </mass>
    <location>
        ...
    </location>
    <orientation>
        ...
    </orientation>
    <massInertia>
        ...
    </massInertia>
</massDescription>
Example 1: parentUID not set and location without refType (global)
<massDescription>
    <mass>
        ...
    </mass>
    <location refType="absLocal">
        ...
    </location>
    <orientation>
        ...
    </orientation>
    <massInertia>
        ...
    </massInertia>
</massDescription>
Example 2: parentUID not set and location with refType=absLocal (global)
<massDescription>
    <mass>
        ...
    </mass>
    <location refType="absGlobal">
        ...
    </location>
    <orientation>
        ...
    </orientation>
    <massInertia>
        ...
    </massInertia>
</massDescription>
Example 3: parentUID not set and location with refType=absGlobal (global)
<massDescription>
    <parentUID>wingUID</parentUID>
    <mass>
        ...
    </mass>
    <location>
        ...
    </location>
    <orientation>
        ...
    </orientation>
    <massInertia>
        ...
    </massInertia>
</massDescription>
Example 4: parentUID set and location without refType (local)
<massDescription>
    <parentUID>wingUID</parentUID>
    <mass>
        ...
    </mass>
    <location refType="absLocal">
        ...
    </location>
    <orientation>
        ...
    </orientation>
    <massInertia>
        ...
    </massInertia>
</massDescription>
Example 5: parentUID set and location with refType=absLocal (local)
<massDescription>
    <parentUID>wingUID</parentUID>
    <mass>
        ...
    </mass>
    <location refType="absGlobal">
        ...
    </location>
    <orientation>
        ...
    </orientation>
    <massInertia>
        ...
    </massInertia>
</massDescription>
Example 6: parentUID set and location with refType=absGlobal (global)

Attributes

NameTypeConstraintsUseDefaultDescription
@externalDataDirectoryxsd:stringoptionalDirectory of the external data file
@externalDataNodePathxsd:stringoptionalPath of the node inside the external data file
@externalFileNamexsd:stringoptionalName of the external data file
@uIDxsd:IDrequiredUID

Child elements

NameTypeConstraintsOccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration.DefaultDescription
sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows.
namestringBaseType[0..1] optionalName
descriptionstringBaseType[0..1] optionalDescription
parentUIDstringUIDBaseType[0..1] optionalComponent the mass belongs to. The mass properties — the centre of gravity, the orientation and the moments of inertia — then refer to the coordinate system of this component; without it they refer to the global coordinate system.
componentUIDstringUIDBaseType[0..1] optionalUID of the geometric description of the component
massdoubleBaseType[1..1] requiredMass [kg]
locationpointAbsRelType[0..1] optionalMass location. If the optional refType attribute is set, it explicitly specifies whether the location of the mass refers to the global CPACS coordinate system (absGobal) or the local coordinate system of the parent element (absLocal, given by the CPACS hierarchy OR by parentUID). If it is not set, the global CPACS coordinate system is considered as default. To ensure consistency, the same settings apply as well to orientation and massInertia.
orientationpointType[0..1] optionalOrientation. The reference coordinate system (absGlobal or absLocal) is identical to location.
massInertiamassInertiaType[0..1] optionalMass inertia. The reference coordinate system (absGlobal or absLocal) is identical to location.

Used by

In a dataset · 275 paths

In the schema · 134 declarations

TypeName
designMassesTypemMLM
designMassesTypemMRM
designMassesTypemTOM
designMassesTypemZFM
engineAnalysisTypemass
mAdditionalCenterTanksTypemassDescription
mAirConditioningTypemassDescription
mAutomaticFlightSystemTypemassDescription
mAuxillaryPowerUnitTypemassDescription
mAxleTypemassDescription
mBellyFairingsTypemassDescription
mBleedAirSystemTypemassDescription
mBogieTypemassDescription
mBulkCargoTypemassDescription
mBulkCargosTypemassDescription
mBulkheadsTypemassDescription
mCabinFloorsTypemassDescription
mCabinLightingsTypemassDescription
mCargoFloorsTypemassDescription
mCargoLiningsTypemassDescription
mCargoLoadingsTypemassDescription
mCargoTypemassDescription
mCarriagesTypemassDescription
mCarryOnTypemassDescription
mCarryOnsTypemassDescription
and 109 more