Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE boundary_curve_vector_3d_variable = ENUMERATION (
          applied_force_per_unit_length,
          applied_moment_per_unit_length );
END_TYPE; -- boundary_curve_vector_3d_variable

Users

          boundary_edge_variable
                    surface_2d_element_boundary_edge_constant_specified_surface_variable_value.variable
                    surface_2d_element_boundary_edge_constant_specified_variable_value.variable
                    surface_2d_element_boundary_edge_location_point_surface_variable_values.variable
                    surface_2d_element_boundary_edge_location_point_variable_values.variable
                    surface_2d_element_boundary_edge_nodal_specified_variable_values.variable
                    surface_3d_element_boundary_edge_constant_specified_surface_variable_value.variable
                    surface_3d_element_boundary_edge_constant_specified_variable_value.variable
                    surface_3d_element_boundary_edge_location_point_surface_variable_values.variable
                    surface_3d_element_boundary_edge_location_point_variable_values.variable
                    surface_3d_element_boundary_edge_nodal_specified_variable_values.variable
                    volume_2d_element_boundary_edge_constant_specified_volume_variable_value.variable
                    volume_2d_element_boundary_edge_location_point_volume_variable_values.variable
                    volume_2d_element_boundary_edge_nodal_specified_variable_values.variable
                    volume_3d_element_boundary_edge_constant_specified_volume_variable_value.variable
                    volume_3d_element_boundary_edge_location_point_volume_variable_values.variable
                    volume_3d_element_boundary_edge_nodal_specified_variable_values.variable

public final class EBoundary_curve_vector_3d_variable

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