Interface Thermodynamics

    • Method Detail

      • create

        ThermodynamicsFeature create​(java.lang.String tag,
                                     java.lang.String oper)
        Create a Thermodynamics feature.
        Specified by:
        create in interface CapeOpen
        Parameters:
        tag - Feature tag.
        oper - Type of feature.
        Returns:
        Created Thermodynamics 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.
        Specified by:
        createMaterial in interface CapeOpen
        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:
        Created material.
      • feature

        ThermodynamicsFeature feature​(java.lang.String tag)
        Returns a Thermodynamics feature.
        Specified by:
        feature in interface CapeOpen
        Parameters:
        tag - Thermodynamics feature tag.
        Returns:
        Thermodynamics feature.