Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE aggregated_angular_variable = ENUMERATION (
          total_applied_moment,
          application_defined_aggregated_angular_scalar_variable );
END_TYPE; -- aggregated_angular_variable

Users

          volume_aggregated_variable
                    curve_2d_node_field_aggregated_variable_values.variable
                    curve_2d_whole_element_variable_value.variable
                    curve_3d_node_field_aggregated_variable_values.variable
                    curve_3d_whole_element_variable_value.variable
                    field_variable_element_group_value.variable
                    field_variable_whole_model_value.variable
                    surface_2d_node_field_aggregated_variable_values.variable
                    surface_2d_whole_element_variable_value.variable
                    surface_3d_node_field_aggregated_variable_values.variable
                    surface_3d_whole_element_variable_value.variable
                    volume_2d_whole_element_variable_value.variable
                    volume_3d_whole_element_variable_value.variable

public final class EAggregated_angular_variable

          static final int TOTAL_APPLIED_MOMENT = 1
          static final int APPLICATION_DEFINED_AGGREGATED_ANGULAR_SCALAR_VARIABLE = 2
          static String[] values = {"TOTAL_APPLIED_MOMENT", "APPLICATION_DEFINED_AGGREGATED_ANGULAR_SCALAR_VARIABLE"}
          static int toInt(String str)
          static String toString(int value)