Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


TYPE surface_scalar_variable = ENUMERATION (
          thickness,
          surface_thermal_gradient,
          reference_surface_thermal_gradient );
END_TYPE; -- surface_scalar_variable

Users

          surface_element_variable
                    curve_2d_element_constant_specified_variable_value.variable
                    surface_2d_element_basis.variable
                    surface_2d_element_constant_specified_variable_value.variable
                    surface_2d_element_location_point_variable_values.variable
                    surface_2d_element_nodal_specified_variable_values.variable
                    surface_2d_node_field_section_variable_values.variable
                    surface_3d_element_basis.variable
                    surface_3d_element_constant_specified_variable_value.variable
                    surface_3d_element_location_point_variable_values.variable
                    surface_3d_element_nodal_specified_variable_values.variable
                    surface_3d_node_field_section_variable_values.variable

public final class ESurface_scalar_variable

          static final int THICKNESS = 1
          static final int SURFACE_THERMAL_GRADIENT = 2
          static final int REFERENCE_SURFACE_THERMAL_GRADIENT = 3
          static String[] values = {"THICKNESS", "SURFACE_THERMAL_GRADIENT", "REFERENCE_SURFACE_THERMAL_GRADIENT"}
          static int toInt(String str)
          static String toString(int value)