Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE volume_vector_3d_variable = ENUMERATION (
          position,
          applied_force_per_unit_volume,
          applied_moment_per_unit_volume,
          displacement,
          infinitesimal_rotation,
          acceleration );
END_TYPE; -- volume_vector_3d_variable

Users

          volume_variable
                    curve_2d_element_constant_specified_volume_variable_value.variable
                    curve_3d_element_constant_specified_volume_variable_value.variable
                    curve_3d_element_location_point_volume_variable_values.variable
                    curve_element_variable
                    surface_2d_element_constant_specified_volume_variable_value.variable
                    surface_2d_element_location_point_volume_variable_values.variable
                    surface_3d_element_constant_specified_volume_variable_value.variable
                    surface_3d_element_location_point_volume_variable_values.variable
                    surface_element_variable
                    volume_2d_element_basis.variable
                    volume_2d_element_constant_specified_variable_value.variable
                    volume_2d_element_location_point_variable_values.variable
                    volume_2d_element_nodal_specified_variable_values.variable
                    volume_2d_node_field_variable_definition.variable
                    volume_3d_element_basis.variable
                    volume_3d_element_constant_specified_variable_value.variable
                    volume_3d_element_location_point_variable_values.variable
                    volume_3d_element_nodal_specified_variable_values.variable
                    volume_3d_node_field_variable_definition.variable

public final class EVolume_vector_3d_variable

          static final int POSITION = 1
          static final int APPLIED_FORCE_PER_UNIT_VOLUME = 2
          static final int APPLIED_MOMENT_PER_UNIT_VOLUME = 3
          static final int DISPLACEMENT = 4
          static final int INFINITESIMAL_ROTATION = 5
          static final int ACCELERATION = 6
          static String[] values = {"POSITION", "APPLIED_FORCE_PER_UNIT_VOLUME", "APPLIED_MOMENT_PER_UNIT_VOLUME", "DISPLACEMENT", "INFINITESIMAL_ROTATION", "ACCELERATION"}
          static int toInt(String str)
          static String toString(int value)