Package com.comsol.model.physics
Interface MultiphysicsCoupling
-
- All Superinterfaces:
EquationViewParent
,IPlotAndImageExport
,ModelEntity
,ParameterContainer
,ParameterEntity
,PrimitiveModelEntity
,SelectionContainer
,SelectionEntity
,StudyContainer
public interface MultiphysicsCoupling extends ParameterEntity, StudyContainer, IPlotAndImageExport, EquationViewParent
Multiphysics Coupling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MultiphysicsCoupling
create(java.lang.String tag, java.lang.String feature)
Creates a multiphysics coupling on a geometry.MultiphysicsCoupling
create(java.lang.String tag, java.lang.String feature, int dim)
Creates a multiphysics coupling on a geometry.MultiphysicsCouplingList
feature()
Returns the multiphysics couplings.MultiphysicsCoupling
feature(java.lang.String tag)
Returns a multiphysics coupling.java.lang.String
getType()
Gets the type identification.java.lang.String
identifier()
Deprecated.UseModelEntity.tag()
instead.MultiphysicsCoupling
identifier(java.lang.String arg0)
Deprecated.UseModelEntity.tag(String)
instead.-
Methods inherited from interface com.comsol.model.physics.EquationViewParent
featureInfo, featureInfo
-
Methods inherited from interface com.comsol.model.IPlotAndImageExport
image
-
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.ParameterContainer
commands, hasParam, param, params, runCommand
-
Methods inherited from interface com.comsol.model.ParameterEntity
getAllowedPropertyValues, getBoolean, getDblStringArray, getDouble, getDoubleArray, getDoubleMatrix, getExtraSelectionNames, getString, getStringArray, getStringMatrix, getValueType, hasProperty, properties, selection, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
create
MultiphysicsCoupling create(java.lang.String tag, java.lang.String feature)
Creates a multiphysics coupling on a geometry.- Parameters:
tag
- Multiphysics coupling tag.feature
- Multiphysics coupling identifier.- Returns:
- The multiphysics coupling.
-
create
MultiphysicsCoupling create(java.lang.String tag, java.lang.String feature, int dim)
Creates a multiphysics coupling on a geometry.- Parameters:
tag
- Multiphysics coupling tag.feature
- Multiphysics coupling identifier.dim
- Geometric entity level to assign the feature to.- Returns:
- The multiphysics coupling.
-
feature
MultiphysicsCouplingList feature()
Returns the multiphysics couplings.- Returns:
- Multiphysics couplings.
-
feature
MultiphysicsCoupling feature(java.lang.String tag)
Returns a multiphysics coupling.- Parameters:
tag
- Multiphysics coupling tag.- Returns:
- Multiphysics coupling.
-
getType
java.lang.String getType()
Gets the type identification.- Returns:
- Type identifier.
-
identifier
@Deprecated java.lang.String identifier()
Deprecated.UseModelEntity.tag()
instead.
-
identifier
@Deprecated MultiphysicsCoupling identifier(java.lang.String arg0)
Deprecated.UseModelEntity.tag(String)
instead.
-
-