Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE boundary_surface_vector_3d_variable = ENUMERATION (
          applied_force_per_unit_area,
          applied_moment_per_unit_area );
END_TYPE; -- boundary_surface_vector_3d_variable

Users

          boundary_variable
                    surface_2d_element_boundary_constant_specified_surface_variable_value.variable
                    surface_2d_element_boundary_location_point_surface_variable_values.variable
                    surface_2d_element_boundary_nodal_specified_variable_values.variable
                    surface_3d_element_boundary_constant_specified_surface_variable_value.variable
                    surface_3d_element_boundary_location_point_surface_variable_values.variable
                    surface_3d_element_boundary_nodal_specified_variable_values.variable
                    volume_2d_element_boundary_constant_specified_variable_value.variable
                    volume_2d_element_boundary_location_point_variable_values.variable
                    volume_2d_element_boundary_nodal_specified_variable_values.variable
                    volume_3d_element_boundary_constant_specified_variable_value.variable
                    volume_3d_element_boundary_location_point_variable_values.variable
                    volume_3d_element_boundary_nodal_specified_variable_values.variable

public final class EBoundary_surface_vector_3d_variable

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