Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE boundary_surface_scalar_variable = ENUMERATION (
          pressure );
END_TYPE; -- boundary_surface_scalar_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_scalar_variable

          static final int PRESSURE = 1
          static String[] values = {"PRESSURE"}
          static int toInt(String str)
          static String toString(int value)