Package com.comsol.model
Interface CapeOpen
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
- All Known Subinterfaces:
Thermodynamics
public interface CapeOpen extends ModelEntity
CAPE-OPEN interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapeOpenFeature
create(java.lang.String tag, java.lang.String oper)
Create a CAPE-OPEN feature.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.CapeOpenFeatureList
feature()
Returns all CAPE-OPEN features.CapeOpenFeature
feature(java.lang.String tag)
Returns a CAPE-OPEN 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
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.
-
-