Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE curve_vector_2d_variable = ENUMERATION (
          curve_shear_force,
          curve_bending_moment,
          curve_element_curvature,
          curve_thermal_gradient,
          reference_curve_thermal_gradient );
END_TYPE; -- curve_vector_2d_variable

Users

          curve_element_variable
                    curve_2d_element_basis.variable
                    curve_2d_element_location_point_variable_values.variable
                    curve_2d_element_location_point_volume_variable_values.variable
                    curve_2d_node_field_section_variable_values.variable
                    curve_3d_element_basis.variable
                    curve_3d_element_constant_specified_variable_value.variable
                    curve_3d_element_location_point_variable_values.variable
                    curve_3d_element_nodal_specified_variable_values.variable
                    curve_3d_node_field_section_variable_values.variable

public final class ECurve_vector_2d_variable

          static final int CURVE_SHEAR_FORCE = 1
          static final int CURVE_BENDING_MOMENT = 2
          static final int CURVE_ELEMENT_CURVATURE = 3
          static final int CURVE_THERMAL_GRADIENT = 4
          static final int REFERENCE_CURVE_THERMAL_GRADIENT = 5
          static String[] values = {"CURVE_SHEAR_FORCE", "CURVE_BENDING_MOMENT", "CURVE_ELEMENT_CURVATURE", "CURVE_THERMAL_GRADIENT", "REFERENCE_CURVE_THERMAL_GRADIENT"}
          static int toInt(String str)
          static String toString(int value)