Calling this method after a property package feature has been created, and manager_id and
package_id have been set, stores information about how the CAPE-OPEN package was created in the COMSOL model. If the model is later opened on a computer with the CAPE-OPEN manager installed but without the property package, this information can be used to create the required property package.
model.capeopen().feature(<ptag>)).
getAllowedPropertyValues(property) returns the set of allowed values for a property if the set is a finite set of strings; otherwise, it returns null.
CAPE-OPEN constant features are features with the type "CompoundConstant"
, and are used to define constants that get their value from a thermodynamics package.
Functions of type OnePhaseProperty have temperature and pressure as their first two arguments. If there is more than one compound, there are additional arguments for the fraction of each compound.
Functions of type TwoPhaseProperty have temperature and pressure as their first two arguments. If there is more than one compound, there are additional arguments for the fraction of each compound in each phase.