Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY volume_3d_node_field_variable_definition
          SUBTYPE OF (field_variable_node_definition);
          simple_value : field_value;
          variable : volume_variable;
          coordinate_system : OPTIONAL volume_3d_element_coordinate_system;
WHERE
          wr1: necessary_value_coordinate_system (simple_value, coordinate_system);
          wr2: consistent_value (simple_value, variable);
          wr3: appropriate_value_existence (simple_value, 
       TYPEOF (SELF\state_definition.defined_state));
END_ENTITY; -- volume_3d_node_field_variable_definition

Entity data types and their attributes

state_definition
          defined_state: state;
field_variable_definition
          -
field_variable_node_definition
          node: node_output_reference;
          (OPT) group: element_group;
volume_3d_node_field_variable_definition
          simple_value: field_value;
          variable: volume_variable;
          (OPT) coordinate_system: volume_3d_element_coordinate_system;

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
field_variable_definition
field_variable_node_definition
volume_3d_node_field_variable_definition

Global rules for this entity data type

          -

public interface EVolume_3d_node_field_variable_definition extends EField_variable_node_definition

simple_value (explicit attribute)

          int testSimple_value(EVolume_3d_node_field_variable_definition type)
          case sSimple_valueUnspecified_value:
              int getSimple_value(EVolume_3d_node_field_variable_definition type, EUnspecified_value node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, int value, EUnspecified_value node1)
          case sSimple_valueScalar:
              double getSimple_value(EVolume_3d_node_field_variable_definition type, EScalar node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, double value, EScalar node1)
          case sSimple_valueTensor1_2d:
              A_double getSimple_value(EVolume_3d_node_field_variable_definition type, ETensor1_2d node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, A_double value, ETensor1_2d node1)
          case sSimple_valueTensor1_3d:
              A_double getSimple_value(EVolume_3d_node_field_variable_definition type, ETensor1_3d node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, A_double value, ETensor1_3d node1)
          case sSimple_valueAnisotropic_symmetric_tensor2_2d:
              A_double getSimple_value(EVolume_3d_node_field_variable_definition type, EAnisotropic_symmetric_tensor2_2d node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, A_double value, EAnisotropic_symmetric_tensor2_2d node1)
          case sSimple_valueIsotropic_symmetric_tensor2_3d:
              double getSimple_value(EVolume_3d_node_field_variable_definition type, EIsotropic_symmetric_tensor2_3d node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, double value, EIsotropic_symmetric_tensor2_3d node1)
          case sSimple_valueOrthotropic_symmetric_tensor2_3d:
              A_double getSimple_value(EVolume_3d_node_field_variable_definition type, EOrthotropic_symmetric_tensor2_3d node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, A_double value, EOrthotropic_symmetric_tensor2_3d node1)
          case sSimple_valueAnisotropic_symmetric_tensor2_3d:
              A_double getSimple_value(EVolume_3d_node_field_variable_definition type, EAnisotropic_symmetric_tensor2_3d node1)
              void setSimple_value(EVolume_3d_node_field_variable_definition type, A_double value, EAnisotropic_symmetric_tensor2_3d node1)
          void unsetSimple_value(EVolume_3d_node_field_variable_definition type)

variable (explicit attribute)

          int testVariable(EVolume_3d_node_field_variable_definition type)
          case sVariableVolume_scalar_variable:
              int getVariable(EVolume_3d_node_field_variable_definition type, EVolume_scalar_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, int value, EVolume_scalar_variable node1)
          case sVariableVolume_angular_variable:
              int getVariable(EVolume_3d_node_field_variable_definition type, EVolume_angular_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, int value, EVolume_angular_variable node1)
          case sVariableVolume_vector_3d_variable:
              int getVariable(EVolume_3d_node_field_variable_definition type, EVolume_vector_3d_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, int value, EVolume_vector_3d_variable node1)
          case sVariableVolume_tensor2_3d_variable:
              int getVariable(EVolume_3d_node_field_variable_definition type, EVolume_tensor2_3d_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, int value, EVolume_tensor2_3d_variable node1)
          case sVariableApplication_defined_scalar_variable:
              String getVariable(EVolume_3d_node_field_variable_definition type, EApplication_defined_scalar_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, String value, EApplication_defined_scalar_variable node1)
          case sVariableApplication_defined_vector_3d_variable:
              String getVariable(EVolume_3d_node_field_variable_definition type, EApplication_defined_vector_3d_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, String value, EApplication_defined_vector_3d_variable node1)
          case sVariableApplication_defined_tensor2_3d_variable:
              String getVariable(EVolume_3d_node_field_variable_definition type, EApplication_defined_tensor2_3d_variable node1)
              void setVariable(EVolume_3d_node_field_variable_definition type, String value, EApplication_defined_tensor2_3d_variable node1)
          void unsetVariable(EVolume_3d_node_field_variable_definition type)

coordinate_system (explicit attribute)

          int testCoordinate_system(EVolume_3d_node_field_variable_definition type)
          case 1
              EEntity getCoordinate_system(EVolume_3d_node_field_variable_definition type)
              void setCoordinate_system(EVolume_3d_node_field_variable_definition type, EEntity value, EEntity node1)
          void unsetCoordinate_system(EVolume_3d_node_field_variable_definition type)

public class CVolume_3d_node_field_variable_definition implements EVolume_3d_node_field_variable_definition

          static EAttribute attributeSimple_value(EVolume_3d_node_field_variable_definition type)
          static int usedinSimple_value(EVolume_3d_node_field_variable_definition type, EEntity instance, ASdaiModel domain, AVolume_3d_node_field_variable_definition result)
          static EAttribute attributeVariable(EVolume_3d_node_field_variable_definition type)
          static int usedinVariable(EVolume_3d_node_field_variable_definition type, EEntity instance, ASdaiModel domain, AVolume_3d_node_field_variable_definition result)
          static EAttribute attributeCoordinate_system(EVolume_3d_node_field_variable_definition type)
          static int usedinCoordinate_system(EVolume_3d_node_field_variable_definition type, EEntity instance, ASdaiModel domain, AVolume_3d_node_field_variable_definition result)

public class AVolume_3d_node_field_variable_definition extends AEntity

          public EVolume_3d_node_field_variable_definition getByIndex(int index)
          public EVolume_3d_node_field_variable_definition getCurrentMember(SdaiIterator it)