Package com.comsol.model
Interface Thermodynamics
-
- All Superinterfaces:
CapeOpen,ModelEntity,PrimitiveModelEntity
public interface Thermodynamics extends ModelEntity, CapeOpen
Thermodynamics interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThermodynamicsFeaturecreate(java.lang.String tag, java.lang.String oper)Create a Thermodynamics feature.MaterialcreateMaterial(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.ThermodynamicsFeatureListfeature()Returns all Thermodynamics features.ThermodynamicsFeaturefeature(java.lang.String tag)Returns a Thermodynamics feature.-
Methods inherited from interface com.comsol.model.ModelEntity
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
ThermodynamicsFeature create(java.lang.String tag, java.lang.String oper)
Create a 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:
createMaterialin interfaceCapeOpen- 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
ThermodynamicsFeatureList feature()
Returns all Thermodynamics features.
-
feature
ThermodynamicsFeature feature(java.lang.String tag)
Returns a Thermodynamics feature.
-
-