ENTITY fea_material_property_representation

(* SCHEMA structural_analysis_design; *)
  ENTITY fea_material_property_representation
    SUBTYPE OF (material_property_representation);
    WHERE
      wr1: (SIZEOF(QUERY ( item <* SELF\property_definition_representation
               .used_representation.items | (SIZEOF([
               'STRUCTURAL_ANALYSIS_DESIGN.' + 'FEA_LINEAR_ELASTICITY',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 'FEA_MASS_DENSITY',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 'FEA_AREA_DENSITY',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 
               'FEA_TANGENTIAL_COEFFICIENT_OF_LINEAR_THERMAL_EXPANSION',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 
               'FEA_SECANT_COEFFICIENT_OF_LINEAR_THERMAL_EXPANSION',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 'FEA_MOISTURE_ABSORPTION',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 
               'FEA_SHELL_MEMBRANE_STIFFNESS','STRUCTURAL_ANALYSIS_DESIGN.' 
               + 'FEA_SHELL_BENDING_STIFFNESS',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 
               'FEA_SHELL_MEMBRANE_BENDING_COUPLING_STIFFNESS',
               'STRUCTURAL_ANALYSIS_DESIGN.' + 'FEA_SHELL_SHEAR_STIFFNESS'] 
               * TYPEOF(item)) = 1) )) = 1);
      wr2: ('STRUCTURAL_ANALYSIS_DESIGN.MATERIAL_PROPERTY' IN TYPEOF(SELF\
               property_definition_representation.definition));
  END_ENTITY; -- fea_material_property_representation

Explicit Attributes

Entity fea_material_property_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 definitionproperty_definition (ENTITY)property_definition_representation
 used_representationrepresentation (ENTITY)property_definition_representation
 dependent_environmentdata_environment (ENTITY)material_property_representation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity fea_material_property_representation inherits from the following supertypes:
  property_definition_representation
    material_property_representation

Subtypes

    No subtypes

Referenced By

Entity fea_material_property_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 assembly_shape_is_defined FUNCTION property_definition_representation
 axisymmetric_curve_2d_element_representation ENTITY property_definition_representation
 axisymmetric_surface_2d_element_representation ENTITY property_definition_representation
 axisymmetric_volume_2d_element_representation ENTITY property_definition_representation
 characterized_material_property SELECT material_property_representation
 curve_3d_element_representation ENTITY property_definition_representation
 data_environment ENTITY property_definition_representation
 element_material ENTITY material_property_representation
 fea_material_property_geometric_relationship ENTITY fea_material_property_representation
 fea_material_property_representation ENTITY property_definition_representation
 plane_curve_2d_element_representation ENTITY property_definition_representation
 plane_surface_2d_element_representation ENTITY property_definition_representation
 plane_volume_2d_element_representation ENTITY property_definition_representation
 structural_response_property_definition_representation ENTITY property_definition_representation
 surface_3d_element_representation ENTITY property_definition_representation
 volume_3d_element_representation ENTITY property_definition_representation


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:06-04:00