COMSOL 6.3 API Changes
Material Model API Methods
The following new methods are available:
The setPropertyInfo method for specifying property information (references, temperature conditions, and so on) for the given material property:
MaterialModel setPropertyInfo(String name, String info);
The getPropertyInfo method for returning property information for the given material property:
String getPropertyInfo(String name);
For the following methods, “parameter” has been changed to “property” in the descriptions for names and group types that are sent to and returned: getString, getStringArray, getType, getValueType, hasParam, setMixingRule, size, and getMixingRule.