Package com.comsol.model.physics
Interface MultiphysicsCouplingList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<MultiphysicsCoupling>
,ModelEntity
,ModelEntityList<MultiphysicsCoupling>
,PrimitiveModelEntity
- All Known Subinterfaces:
ComponentMultiphysicsCouplingList
public interface MultiphysicsCouplingList extends ModelEntityList<MultiphysicsCoupling>, IListMove
List of multiphysics couplings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiphysicsCoupling
create(java.lang.String tag, java.lang.String feature, java.lang.String geom)
Creates a multiphysics coupling on a geometry.MultiphysicsCoupling
create(java.lang.String tag, java.lang.String feature, java.lang.String geom, int dim)
Creates a multiphysics coupling on a geometry.-
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.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
MultiphysicsCoupling create(java.lang.String tag, java.lang.String feature, java.lang.String geom)
Creates a multiphysics coupling on a geometry.- Parameters:
tag
- Multiphysics coupling tag.feature
- Multiphysics coupling identifier.geom
- Geometry tag.- Returns:
- The multiphysics coupling.
-
create
MultiphysicsCoupling create(java.lang.String tag, java.lang.String feature, java.lang.String geom, int dim)
Creates a multiphysics coupling on a geometry.- Parameters:
tag
- Multiphysics coupling tag.feature
- Multiphysics coupling identifier.geom
- Geometry tag.dim
- Geometric entity level to assign the feature to.- Returns:
- The multiphysics coupling.
-
-