Interface CapeOpen

    • Method Detail

      • create

        CapeOpenFeature create​(java.lang.String tag,
                               java.lang.String oper)
        Create a CAPE-OPEN feature.
        Parameters:
        tag - Feature tag.
        oper - Type of feature.
        Returns:
        Created CAPE-OPEN feature.
      • createMaterial

        Material createMaterial​(java.lang.String component,
                                java.lang.String pptag,
                                java.lang.String phase,
                                java.lang.String[] compounds,
                                java.lang.String[] composition,
                                java.lang.String[] propTPs,
                                java.lang.String[][] functionNameList,
                                java.lang.String functionType,
                                java.lang.String[][] TPValues,
                                java.lang.String[] propcompbasis)
        Generate material.
        Parameters:
        component - Component.
        pptag - Property Package tag.
        phase - Phase.
        compounds - Compounds.
        composition - Composition.
        propTPs - Selected property list.
        functionNameList - Function name list.
        functionType - Function type.
        TPValues - Ranges and points of temperature and pressure.
        propcompbasis - Property and compound basis.
        Returns:
        Material.
      • feature

        CapeOpenFeatureList feature()
        Returns all CAPE-OPEN features.
        Returns:
        List of CAPE-OPEN features.
      • feature

        CapeOpenFeature feature​(java.lang.String tag)
        Returns a CAPE-OPEN feature.
        Parameters:
        tag - CAPE-OPEN feature tag.
        Returns:
        CAPE-OPEN feature.