A B C D E F G H I K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absRepairTol() - Method in interface com.comsol.model.GeomSequence
-
Returns default absolute repair tolerance used when creating new features.
- absRepairTol(double) - Method in interface com.comsol.model.GeomSequence
-
Sets default absolute repair tolerance to use when creating new features.
- AbstractModel - Interface in com.comsol.model
-
Base model object.
- AbstractSelection - Interface in com.comsol.model
-
Base class for all selections.
- activate(String) - Method in interface com.comsol.model.StudyFeature
-
Deprecated.Use
StudyFeature.solveFor(String)
instead. - activate(String, boolean) - Method in interface com.comsol.model.StudyFeature
-
Deprecated.Use
StudyFeature.setSolveFor(String, boolean)
instead. - active(boolean) - Method in interface com.comsol.model.ModelEntity
-
Makes the entity active or inactive.
- active(boolean) - Method in interface com.comsol.model.NodeGroup
-
Makes the group members active or inactive.
- adaptationStudyFeature() - Method in interface com.comsol.model.MeshSequence
-
Returns path to adaptation study feature.
- adaptationStudyFeature() - Method in interface com.comsol.model.SolverSequence
-
Returns path to adaptation study feature.
- adaptationStudyFeature(String) - Method in interface com.comsol.model.MeshSequence
-
Sets adaptation study feature.
- adaptationStudyFeature(String) - Method in interface com.comsol.model.SolverSequence
-
Sets adaptation study feature.
- add(int...) - Method in interface com.comsol.model.Selection
-
Adds the given entities to the selection.
- add(String) - Method in interface com.comsol.model.NodeGroup
-
Adds a model entity to the group.
- add(String...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Adds the given objects to the selection.
- add(String...) - Method in interface com.comsol.model.GeomObjectSelection
-
Adds the given objects to a selection of whole objects.
- add(String[], int[][]) - Method in interface com.comsol.model.GeomObjectSelection
-
Adds the entities to the selection on given objects.
- add(String, int[]) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Adds the entities to the selection on named object.
- add(String, int[]) - Method in interface com.comsol.model.GeomObjectSelection
-
Adds the entities to the selection on given object.
- add(String, int, int...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Adds the entities to the selection on named object.
- add(String, int, int...) - Method in interface com.comsol.model.GeomObjectSelection
-
Adds the given entities of the given object to the selection.
- add(String, String) - Method in interface com.comsol.model.NodeGroup
-
Adds a model entity to the group.
- addColumns(String[], double[][]) - Method in interface com.comsol.model.TableFeature
-
Add columns with given headers and real data.
- addColumns(String[], double[][], double[][]) - Method in interface com.comsol.model.TableFeature
-
Add columns with given headers and real and imaginary data.
- addGroup(int...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Adds the specified groups to the selection.
- addinput(String) - Method in interface com.comsol.model.MaterialModel
-
Deprecated.Use
MaterialModel.addInput(String)
instead. - addInput(String) - Method in interface com.comsol.model.MaterialModel
-
Adds a new model input to the material model of the given quantity.
- additionalUnit() - Method in interface com.comsol.model.UnitSystem
-
Returns list of additional units.
- additionalUnit(String) - Method in interface com.comsol.model.UnitSystem
-
Returns an additional unit.
- addMeshControl(int...) - Method in interface com.comsol.model.HideGeom
-
Add the given geometric mesh control entities to the hide selection.
- addRow(double[]) - Method in interface com.comsol.model.TableFeature
-
Add a row with real data.
- addRow(double[], double[]) - Method in interface com.comsol.model.TableFeature
-
Add a row with real and imaginary data.
- addRowAndWarnings(double[], boolean[]) - Method in interface com.comsol.model.TableFeature
-
Add a row with real data.
- addRowAndWarnings(double[], double[], boolean[]) - Method in interface com.comsol.model.TableFeature
-
Add a row with real and imaginary data.
- addRows(double[][]) - Method in interface com.comsol.model.TableFeature
-
Add rows with real data.
- addRows(double[][], double[][]) - Method in interface com.comsol.model.TableFeature
-
Add rows with real and imaginary data.
- addRowsAndWarnings(double[][], boolean[][]) - Method in interface com.comsol.model.TableFeature
-
Add rows with real data.
- addRowsAndWarnings(double[][], double[][], boolean[][]) - Method in interface com.comsol.model.TableFeature
-
Add rows with real and imaginary data.
- addSparseMatrixVal(String, int[], int[], double[]) - Method in interface com.comsol.model.SolverFeature
-
Set real part of sparse matrix.
- addSparseMatrixValImag(String, int[], int[], double[]) - Method in interface com.comsol.model.SolverFeature
-
Set imaginary part of sparse matrix.
- aliases() - Method in interface com.comsol.model.Unit
-
Returns the aliases for the unit.
- aliases(String[]) - Method in interface com.comsol.model.Unit
-
Sets the aliases for the unit.
- all() - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be (all entities of the given dimension of) all available objects.
- all() - Method in interface com.comsol.model.Selection
-
Select all geometric entities (not including void regions) in the current dimension.
- all(String) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection to be all the entities of an object.
- all(String) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be all entities of the given object.
- all(String[]) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be all entities of the given objects.
- allgeom() - Method in interface com.comsol.model.Selection
-
Deprecated.Use
Selection.allGeom()
instead. - allGeom() - Method in interface com.comsol.model.Selection
-
Sets the selection to the whole geometry.
- allVoids() - Method in interface com.comsol.model.Selection
-
Select all void regions.
- angularUnit() - Method in interface com.comsol.model.GeomSequence
-
Returns the angular unit.
- angularUnit(String) - Method in interface com.comsol.model.GeomSequence
-
Sets the angular unit.
- app() - Method in interface com.comsol.model.Model
-
Returns the runtime application API object.
- appendResult() - Method in interface com.comsol.model.NumericalFeature
-
Appends the result from the numerical feature in its associated table, if any.
- AppFeature - Interface in com.comsol.model.application
-
Application feature.
- AppFeatureList - Interface in com.comsol.model.application
-
Application feature list.
- AppView - Interface in com.comsol.model.application
-
View copy used when running applications.
- AppViewList - Interface in com.comsol.model.application
-
List of view copies used when running applications.
- archive() - Method in interface com.comsol.model.FileResource
-
Returns the path in the .mph file archive where the file is stored.
- archive(String) - Method in interface com.comsol.model.FileResource
-
Deprecated.This method does nothing.
- argument() - Method in interface com.comsol.model.GeomSequence
-
Deprecated.Use
GeomSequence.inputParam()
instead. - attach(String) - Method in interface com.comsol.model.BatchFeature
-
Attaches a batch job to a study, which includes assigning it to the study.
- attach(String) - Method in interface com.comsol.model.SolverSequence
-
Attaches solver sequence to a study.
- attribute() - Method in interface com.comsol.model.GeomSequence
-
Returns all user-defined geometry attributes in the geometry sequence.
- attribute(String) - Method in interface com.comsol.model.GeomSequence
-
Returns a geometry attribute with the given tag.
- author() - Method in interface com.comsol.model.ModelEntity
-
Returns the author of the entity.
- author(String) - Method in interface com.comsol.model.ModelEntity
-
Sets the author of the entity.
- autoBuildNew() - Method in interface com.comsol.model.GeomSequence
-
Get the value of the automatic build setting for new geometry operations.
- autoBuildNew() - Method in interface com.comsol.model.MeshSequence
-
Gets boolean specifying whether new operations should be built automatically when added from the GUI for nonempty preselections.
- autoBuildNew(boolean) - Method in interface com.comsol.model.GeomSequence
-
Set the automatic build setting for new geometry operations.
- autoBuildNew(boolean) - Method in interface com.comsol.model.MeshSequence
-
Specifies whether new operations should be built automatically when added from the GUI for nonempty preselections.
- automatic(boolean) - Method in interface com.comsol.model.MeshSequence
-
Sets the state of the sequence.
- autoMeshSize() - Method in interface com.comsol.model.MeshSequence
-
Gets the size adjustment number.
- autoMeshSize(double) - Method in interface com.comsol.model.MeshSequence
-
Sets the size adjustment number.
- autoRebuild() - Method in interface com.comsol.model.GeomSequence
-
Get the value of the geometry's automatic rebuild setting.
- autoRebuild() - Method in interface com.comsol.model.MeshSequence
-
Get the value of the automatic rebuild setting of the mesh sequence.
- autoRebuild(boolean) - Method in interface com.comsol.model.MeshSequence
-
Set the automatic rebuild setting of the mesh sequence.
- autoRebuild(String) - Method in interface com.comsol.model.GeomSequence
-
Set the geometry's automatic rebuild setting.
- axis() - Method in interface com.comsol.model.ViewBase
-
Returns the axis of the view.
- axisymmetric(boolean) - Method in interface com.comsol.model.GeomSequence
-
Declares geometry to be axisymmetric or non-axisymmetric.
B
- basesystem() - Method in interface com.comsol.model.AbstractModel
-
Deprecated.Use
AbstractModel.baseSystem()
instead. - basesystem(String) - Method in interface com.comsol.model.AbstractModel
-
Deprecated.Use
AbstractModel.baseSystem(String)
instead. - basesystem(String) - Method in interface com.comsol.model.Model
-
Deprecated.Use
Model.baseSystem(String)
instead. - basesystem(String) - Method in interface com.comsol.model.ModelNode
-
Deprecated.Use
ModelNode.baseSystem(String)
instead. - baseSystem() - Method in interface com.comsol.model.AbstractModel
-
Returns the base unit system.
- baseSystem(String) - Method in interface com.comsol.model.AbstractModel
-
Sets the base unit system.
- baseSystem(String) - Method in interface com.comsol.model.Model
-
Sets the base unit system.
- baseSystem(String) - Method in interface com.comsol.model.ModelNode
-
Sets the base unit system.
- baseUnit() - Method in interface com.comsol.model.UnitSystem
-
Returns list of base units.
- baseUnit(String) - Method in interface com.comsol.model.UnitSystem
-
Returns a base unit.
- batch() - Method in interface com.comsol.model.Model
-
Returns all batch jobs.
- batch(String) - Method in interface com.comsol.model.Model
-
Returns a batch job.
- BatchFeature - Interface in com.comsol.model
-
A batch job or a task.
- BatchFeatureList - Interface in com.comsol.model
-
List of tasks.
- BatchList - Interface in com.comsol.model
-
List of batch jobs.
- bem() - Method in interface com.comsol.model.Model
-
Returns all boundary elements.
- bem(String) - Method in interface com.comsol.model.Model
-
Return a boundary element.
- BEMFeature - Interface in com.comsol.model
-
Boundary element.
- BEMFeatureList - Interface in com.comsol.model
-
List of boundary elements.
- blockOtherClients(boolean) - Static method in class com.comsol.model.util.ModelUtil
-
Tells the server to block or unblock other clients.
- body() - Method in interface com.comsol.model.Information
-
Returns body of information object.
- body(String) - Method in interface com.comsol.model.Information
-
Sets body text of information object.
- bound() - Method in interface com.comsol.model.OptSequence
-
Gets the list of bound features.
- bound(String) - Method in interface com.comsol.model.OptSequence
-
Gets a bound feature with a given tag.
- buildComsolVersion() - Method in interface com.comsol.model.MeshFeature
-
Returns the COMSOL version number (and architecture) used for the last build of the feature.
- buildDate() - Method in interface com.comsol.model.MeshFeature
-
Returns the date and time of the last build of the feature.
- buildInfo() - Method in interface com.comsol.model.MeshFeature
-
Returns feature specific information from the build of the feature.
- buildOutput() - Method in interface com.comsol.model.MeshFeature
-
Returns feature specific output data from the build of the feature.
- buildTime() - Method in interface com.comsol.model.MeshFeature
-
Returns the time it took to build the feature.
- builtInTags() - Method in interface com.comsol.model.UnitSystemList
-
Returns the tags of the built-in unit systems.
C
- camera() - Method in interface com.comsol.model.ViewBase
-
Returns the camera of the view.
- cancelRunnable() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Cancels the currently running command, if possible.
- capeopen() - Method in interface com.comsol.model.Model
-
Deprecated.Use
Model.thermodynamics()
instead. - CapeOpen - Interface in com.comsol.model
-
CAPE-OPEN interface.
- CapeOpenFeature - Interface in com.comsol.model
-
CAPE-OPEN feature.
- CapeOpenFeatureList - Interface in com.comsol.model
-
List of CAPE-OPEN features.
- check() - Method in interface com.comsol.model.GeomInfo
-
Throws an exception if this geometry/mesh is invalid.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - checkoutLicense(String...) - Static method in class com.comsol.model.util.ModelUtil
-
Check out one license for each of the specified products.
- checkoutLicenseForFile(String) - Static method in class com.comsol.model.util.ModelUtil
-
Check out required products for an mph file.
- checkoutLicenseForFileOnServer(String) - Static method in class com.comsol.model.util.ModelUtil
-
Check out required products for an mph file located on the server filesystem.
- clear() - Method in interface com.comsol.model.BatchList
-
Remove all entities in the list.
- clear() - Method in interface com.comsol.model.ExpressionBase
-
Removes all variables.
- clear() - Method in interface com.comsol.model.GeomObjectSelection
-
Clears all objects or entities from the selection.
- clear() - Method in interface com.comsol.model.History
-
Clears the model history.
- clear() - Method in interface com.comsol.model.ModelEntityList
-
Remove all entities in the list.
- clear() - Method in interface com.comsol.model.NodeGroupList
-
Remove all groups in the list.
- clear() - Method in interface com.comsol.model.Results
-
Remove all entities in the list.
- clear() - Method in interface com.comsol.model.Selection
-
Removes all entities from the selection.
- clear() - Static method in class com.comsol.model.util.ModelUtil
-
Tries to remove all models.
- clear(String) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Clears all entities of the given object from the selection.
- clear(String) - Method in interface com.comsol.model.GeomObjectSelection
-
Clears all entities of the given object from the selection.
- clear(String[]) - Method in interface com.comsol.model.GeomObjectSelection
-
Clears all entities of the given objects from the selection.
- clearData() - Method in interface com.comsol.model.MeshData
-
Clears the MeshData object.
- clearLocks() - Method in interface com.comsol.model.physics.FeatureInfo
-
Clear all user-defined expressions (locked expressions) for the parent
PhysicsFeature
. - clearMesh() - Method in interface com.comsol.model.MeshSequence
-
Clears the mesh generated by the sequence but keeps the features and settings associated with it.
- clearMeshes() - Method in interface com.comsol.model.MeshList
-
Clears all meshes for all geometries in a model.
- clearSolution() - Method in interface com.comsol.model.SolverSequence
-
Deprecated.Clears the solution data associated with the solver sequence. Prefer using
SolverSequence.clearSolutionData()
instead that generally works as expected. - clearSolutionData() - Method in interface com.comsol.model.SolverSequence
-
Clears the solution data associated with the solver sequence.
- clearStoredPlotData() - Method in interface com.comsol.model.Results
-
Clears the plot data stored in plot features (plot groups, plots, and plot attributes).
- clearTableData() - Method in interface com.comsol.model.TableBaseFeature
-
Remove all data in the table.
- clearThumbnail() - Method in interface com.comsol.model.Model
-
Clears the model thumbnail.
- clearXmesh() - Method in interface com.comsol.model.SolverFeature
-
Clears the data created by xmeshInfo.
- clientImpl - Static variable in class com.comsol.model.util.ModelUtil
-
Implementation delegate.
- clip() - Method in interface com.comsol.model.ViewBase
-
Returns the clip objects of the view.
- clip(String) - Method in interface com.comsol.model.ViewBase
-
Returns a clip object from the view.
- closeWindow(String) - Static method in class com.comsol.model.util.ModelUtil
-
Closes a specific graphics window on the server.
- closeWindows() - Static method in class com.comsol.model.util.ModelUtil
-
Closes all graphics windows on the server.
- coeff() - Method in interface com.comsol.model.Model
-
Returns all coefficient form equations.
- coeff(String) - Method in interface com.comsol.model.Model
-
Returns coefficient form equations.
- Coeff - Interface in com.comsol.model
-
Coefficient form equations.
- CoeffFeature - Interface in com.comsol.model
-
Coefficient form feature.
- CoeffFeatureList - Interface in com.comsol.model
-
List of coefficient form features.
- CoeffList - Interface in com.comsol.model
-
List of coefficient form equations.
- colorTheme() - Method in interface com.comsol.model.Model
-
Returns the color theme used in graphics.
- colorTheme(String) - Method in interface com.comsol.model.Model
-
Sets the color theme to be used in graphics.
- com.comsol.model.application - package com.comsol.model.application
- com.comsol.model.physics - package com.comsol.model.physics
- commands() - Method in interface com.comsol.model.ParameterContainer
-
Get commands that this feature supports.
- comments() - Method in interface com.comsol.model.ModelEntity
-
Returns the comments of the entity.
- comments(String) - Method in interface com.comsol.model.ModelEntity
-
Sets the comments of the entity.
- commentsInFile() - Method in interface com.comsol.model.GeomSequence
-
For a loaded part, get the comments from the mph file.
- common() - Method in interface com.comsol.model.AbstractModel
-
Returns all commmon definitions feature.
- common(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a common definitions feature.
- CommonFeature - Interface in com.comsol.model
-
Common definitions feature.
- CommonList - Interface in com.comsol.model
-
List of common definitions features.
- comp() - Method in interface com.comsol.model.OptFeature
-
Returns component name.
- comp(String) - Method in interface com.comsol.model.OptFeature
-
Sets component name.
- complete(boolean) - Method in interface com.comsol.model.History
-
Enables or disables history logging for certain methods where the arguments typically are very large objects.
- component() - Method in interface com.comsol.model.Model
-
Returns all model components.
- component() - Method in interface com.comsol.model.physics.PhysicsField
-
Returns the field components.
- component(int, String) - Method in interface com.comsol.model.physics.PhysicsField
-
Sets a field component.
- component(String) - Method in interface com.comsol.model.Model
-
Returns a model component.
- component(String[]) - Method in interface com.comsol.model.physics.PhysicsField
-
Sets the field components.
- ComponentCommonList - Interface in com.comsol.model
-
List of common definitions features for a component.
- ComponentCoordsysList - Interface in com.comsol.model
-
List of coordinate systems for a component.
- ComponentCplList - Interface in com.comsol.model
-
List of component couplings for a component.
- ComponentExprList - Interface in com.comsol.model
-
List of variable collections for a component.
- ComponentExtraDimList - Interface in com.comsol.model
-
List of extra dimension features for a component.
- ComponentFunctionFeatureList - Interface in com.comsol.model
-
List of functions for a component.
- ComponentGeomList - Interface in com.comsol.model
-
List of geometry sequences for a component.
- ComponentMaterialList - Interface in com.comsol.model
-
List of materials for a component.
- ComponentMeshList - Interface in com.comsol.model
-
List of meshes for a component.
- ComponentMultiphysicsCouplingList - Interface in com.comsol.model.physics
-
List of multiphysics couplings for a component.
- ComponentPairList - Interface in com.comsol.model
-
List of pairs for a component.
- ComponentPhysicsList - Interface in com.comsol.model
-
List of physics interfaces for a component.
- ComponentProbeFeatureList - Interface in com.comsol.model
-
List of probes for a component.
- ComponentPropFeatureList - Interface in com.comsol.model
-
Base interface for lists of features using properties.
- ComponentSelectionList - Interface in com.comsol.model
-
List of named selections for a component.
- ComponentViewList - Interface in com.comsol.model
-
List of views for a component.
- compositeCurves(String...) - Method in interface com.comsol.model.GeomFeatureList
-
Create or extend a CompositeCurve or Polygon feature by joining curve segments in 2D.
- computeResult() - Method in interface com.comsol.model.NumericalFeature
-
Computes the result from the numerical feature, and returns it.
- condition() - Method in interface com.comsol.model.Event
-
Returns the condition for triggering an implicit event.
- condition() - Method in interface com.comsol.model.Weak
-
Returns the conditional assembly expression.
- condition(String) - Method in interface com.comsol.model.Event
-
Sets the condition for triggering an implicit event.
- condition(String) - Method in interface com.comsol.model.Weak
-
Sets the conditional assembly expression.
- connect() - Static method in class com.comsol.model.util.ModelUtil
-
Connects to a server.
- connect(String, int) - Static method in class com.comsol.model.util.ModelUtil
-
Connects to a server using the specified host and port.
- connect(String, int, boolean) - Static method in class com.comsol.model.util.ModelUtil
-
Connects to a server using the specified host, port, and encryption.
- connect(String, int, boolean, String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Connects to a server using the specified host, port, encryption, user, and password.
- connect(String, int, String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Connects to a server using the specified host, port, user, and password.
- constr() - Method in interface com.comsol.model.Model
-
Returns all constraints.
- constr() - Method in interface com.comsol.model.OptFeature
-
Returns pointwise constraint.
- constr() - Method in interface com.comsol.model.OptSequence
-
Get the list of constraints.
- constr(String) - Method in interface com.comsol.model.Model
-
Returns a constraint.
- constr(String) - Method in interface com.comsol.model.OptFeature
-
Sets pointwise constraint.
- constr(String) - Method in interface com.comsol.model.OptSequence
-
Gets the constraint with a given tag.
- Constr - Interface in com.comsol.model
-
Constraint.
- constrDimBuild() - Method in interface com.comsol.model.GeomSequence
-
Get the constraints and dimensions to use when building.
- constrDimBuild(String) - Method in interface com.comsol.model.GeomSequence
-
Determine what constraint and dimension features to use when building.
- constrDimStatus() - Method in interface com.comsol.model.GeomSequence
-
Get a description the overall status of the constraints and dimensions.
- ConstrFeature - Interface in com.comsol.model
-
Constraint feature.
- ConstrFeatureList - Interface in com.comsol.model
-
List of constraint features.
- ConstrList - Interface in com.comsol.model
-
List of constraints.
- continueRun() - Method in interface com.comsol.model.BatchFeature
-
Continues the batch job.
- continueRun() - Method in interface com.comsol.model.SolverSequence
-
Continues to run a solver sequence.
- continueRun() - Method in interface com.comsol.model.Study
-
Continues the study.
- continueWithoutModelUpdate() - Method in interface com.comsol.model.SolverSequence
-
Continues to run a solver sequence without model update.
- contribute(String, boolean) - Method in interface com.comsol.model.MeshSequence
-
Sets contributing status of a physics interface or other contributing feature.
- contributing(String) - Method in interface com.comsol.model.MeshSequence
-
Returns contributing status of a physics interface or other contributing feature.
- coord() - Method in interface com.comsol.model.Coordsys
-
Returns coordinate names.
- coord() - Method in interface com.comsol.model.Frame
-
Returns coordinate names.
- coord(int, String) - Method in interface com.comsol.model.Frame
-
Set the coordinate name in position
pos
. - coord(String[]) - Method in interface com.comsol.model.Frame
-
Sets the coordinate names.
- coorddof() - Method in interface com.comsol.model.FrameFeature
-
Returns the spatial coordinates as a string array.
- coorddof(int, String) - Method in interface com.comsol.model.FrameFeature
-
Edits the coordinate name at a position in the degree of freedom list.
- coorddof(String[]) - Method in interface com.comsol.model.FrameFeature
-
Sets the spatial coordinates as a string array.
- coordexpr() - Method in interface com.comsol.model.FrameFeature
-
Return the spatial coordinate expressions as a string array.
- coordexpr(int, String) - Method in interface com.comsol.model.FrameFeature
-
Edits a mesh displacement expression at a position in the expression list.
- coordexpr(String[]) - Method in interface com.comsol.model.FrameFeature
-
Sets the mesh displacement expressions.
- coords() - Method in interface com.comsol.model.XmeshInfoDofs
-
Global coordinates for all degrees of freedom in the model length unit.
- coords() - Method in interface com.comsol.model.XmeshInfoNodes
-
Global coordinates for all nodes in the model length unit.
- coords(String) - Method in interface com.comsol.model.XmeshInfoDofs
-
Global coordinates for all degrees of freedom in the model length unit, on the input geometry The k-th column of this matrix contains the coordinates of degree of freedom number k.
- coordsys() - Method in interface com.comsol.model.Model
-
Deprecated.Use
AbstractModel.coordSystem()
instead. - coordsys(String) - Method in interface com.comsol.model.Model
-
Deprecated.Use
AbstractModel.coordSystem(String)
instead. - Coordsys - Interface in com.comsol.model
-
Coordinate system.
- CoordsysList - Interface in com.comsol.model
-
List of coordinate systems.
- coordSystem() - Method in interface com.comsol.model.AbstractModel
-
Returns all coordinate systems.
- coordSystem() - Method in interface com.comsol.model.ModelNode
-
Returns all coordinate systems for this component.
- coordSystem(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a coordinate system.
- copy(String, String) - Method in interface com.comsol.model.ModelEntityList
-
Creates a copy of an entity and inserts it in this list.
- copy(String, String) - Method in interface com.comsol.model.Results
-
Creates a copy of a feature in the list.
- copy(String, String, String) - Method in interface com.comsol.model.ModelEntityList
-
Creates a copy of an entity, inserts it in this list and assigns it to the given model node.
- copy(String, String, String) - Method in interface com.comsol.model.NodeGroupList
-
Creates a copy of an entity, inserts it in this list and assigns it to the given model node.
- copySolution(String) - Method in interface com.comsol.model.SolverSequence
-
Copy the solution to a new solver sequence.
- copyTo(String, String, String) - Method in interface com.comsol.model.ModelEntityList
-
Creates a copy of an entity and inserts it to this list at a specified position.
- copyToGeometry(String, String, String) - Method in interface com.comsol.model.ViewList
-
Creates a copy of a view and inserts it to this list and assigns it to the given geometry.
- copyToTable(String) - Method in interface com.comsol.model.EvaluationGroupFeature
-
Copy the contents of the evaluation group to a table.
- copyToWorkPlane(String, String, String, String) - Method in interface com.comsol.model.ViewList
-
Creates a copy of a view and inserts it to this list and assigns it to the given work plane.
- CosimCallbackHandler - Interface in com.comsol.model.util
- cpl() - Method in interface com.comsol.model.AbstractModel
-
Returns all component couplings.
- cpl() - Method in interface com.comsol.model.ModelNode
-
Returns all component couplings for this component.
- cpl(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a component coupling.
- Cpl - Interface in com.comsol.model
-
Component coupling.
- CplList - Interface in com.comsol.model
-
List of component couplings.
- create(String) - Method in interface com.comsol.model.Coeff
-
Create a child feature.
- create(String) - Method in interface com.comsol.model.ComponentMeshList
-
Creates a meshing sequence.
- create(String) - Method in interface com.comsol.model.Constr
-
Create a child feature.
- create(String) - Method in interface com.comsol.model.ElemFeatureList
-
Creates an element feature.
- create(String) - Method in interface com.comsol.model.GenericModelEntityList
-
Creates a model entity.
- create(String) - Method in interface com.comsol.model.HideDrawList
-
Create a hide feature for geometry objects.
- create(String) - Method in interface com.comsol.model.HideGeomList
-
Create a hide feature for geometric entities.
- create(String) - Method in interface com.comsol.model.HideMeshList
-
Create a hide feature for mesh entities.
- create(String) - Method in interface com.comsol.model.IntRule
-
Create a child feature.
- create(String) - Method in interface com.comsol.model.MaterialList
-
Creates material in current component.
- create(String) - Method in interface com.comsol.model.ModelNodeList
-
Creates a model component.
- create(String) - Method in interface com.comsol.model.ModelParam
-
Creates a parameter group.
- create(String) - Method in interface com.comsol.model.ModelParamGroup
-
Creates a parameter case.
- create(String) - Method in interface com.comsol.model.ModelParamGroupCaseList
-
Creates a parameter group case.
- create(String) - Method in interface com.comsol.model.ModelParamGroupList
-
Creates a parameter group.
- create(String) - Method in interface com.comsol.model.MultigridLevelList
-
Create a multigrid level in a study.
- create(String) - Method in interface com.comsol.model.NodeGroup
-
Create a node group.
- create(String) - Method in interface com.comsol.model.NodeGroupList
-
Create a node group.
- create(String) - Method in interface com.comsol.model.OptFeatureList
-
Create a feature with a certain tag.
- create(String) - Method in interface com.comsol.model.SelectionList
-
Creates an explicit selection.
- create(String) - Method in interface com.comsol.model.SolverSequenceList
-
Creates a solver sequence.
- create(String) - Method in interface com.comsol.model.StudyList
-
Create a study sequence.
- create(String) - Method in interface com.comsol.model.UnitSystemList
-
Creates a unit system.
- create(String) - Static method in class com.comsol.model.util.ModelUtil
-
Create a model.
- create(String, boolean) - Method in interface com.comsol.model.ModelNodeList
-
Creates a model component node, and specifies whether all frames should be defined as separate Frame entities.
- create(String, int) - Method in interface com.comsol.model.ConstrList
-
Creates a global constraint with the specified number of components.
- create(String, int) - Method in interface com.comsol.model.GeomList
-
Creates a geometry sequence with a given tag and space dimension.
- create(String, int) - Method in interface com.comsol.model.Results
-
Creates a plot group, of a certain dimension.
- create(String, int) - Method in interface com.comsol.model.ViewList
-
Create a view for a dimension.
- create(String, int[]) - Method in interface com.comsol.model.UnitList
-
Creates a new additional unit.
- create(String, String) - Method in interface com.comsol.model.application.AppFeature
-
Create an application feature.
- create(String, String) - Method in interface com.comsol.model.application.AppFeatureList
-
Create an application feature.
- create(String, String) - Method in interface com.comsol.model.BatchFeature
-
Create a batch feature.
- create(String, String) - Method in interface com.comsol.model.BatchFeatureList
-
Create a batch feature.
- create(String, String) - Method in interface com.comsol.model.BatchList
-
Creates a batch job.
- create(String, String) - Method in interface com.comsol.model.BEMFeatureList
-
Creates a boundary element feature.
- create(String, String) - Method in interface com.comsol.model.CapeOpen
-
Create a CAPE-OPEN feature.
- create(String, String) - Method in interface com.comsol.model.CapeOpenFeature
-
Create a CAPE-OPEN feature.
- create(String, String) - Method in interface com.comsol.model.CapeOpenFeatureList
-
Create a CAPE-OPEN feature.
- create(String, String) - Method in interface com.comsol.model.CoeffList
-
Create a coefficient form equations.
- create(String, String) - Method in interface com.comsol.model.CommonFeature
-
Create a common definitions feature subnode.
- create(String, String) - Method in interface com.comsol.model.CommonList
-
Creates a common definitions feature.
- create(String, String) - Method in interface com.comsol.model.ComponentCoordsysList
-
Creates coordinate system.
- create(String, String) - Method in interface com.comsol.model.ComponentCplList
-
Creates a component coupling.
- create(String, String) - Method in interface com.comsol.model.ComponentPairList
-
Creates a pair.
- create(String, String) - Method in interface com.comsol.model.Coordsys
-
For a combined system, create a subfeature.
- create(String, String) - Method in interface com.comsol.model.Cpl
-
Create a component coupling subnode.The method is only applicable for parent nodes of type
BoundarySimilarity
. - create(String, String) - Method in interface com.comsol.model.CplList
-
Creates a component coupling subnode.
- create(String, String) - Method in interface com.comsol.model.DatasetFeature
-
Create a dataset.
- create(String, String) - Method in interface com.comsol.model.DatasetFeatureList
-
Create a dataset feature.
- create(String, String) - Method in interface com.comsol.model.ElemFeatureList
-
Creates an element feature.
- create(String, String) - Method in interface com.comsol.model.ElemList
-
Creates an element.
- create(String, String) - Method in interface com.comsol.model.EvaluationFeatureList
-
Create an evaluation feature.
- create(String, String) - Method in interface com.comsol.model.EvaluationGroupFeature
-
Create an evaluation feature.
- create(String, String) - Method in interface com.comsol.model.EvaluationGroupFeatureList
-
Create an evaluation group feature.
- create(String, String) - Method in interface com.comsol.model.EventList
-
Creates an event.
- create(String, String) - Method in interface com.comsol.model.ExportFeature
-
Create an export feature.
- create(String, String) - Method in interface com.comsol.model.ExportFeatureList
-
Create an export feature.
- create(String, String) - Method in interface com.comsol.model.ExprList
-
Creates a variable collection on the given geometry.
- create(String, String) - Method in interface com.comsol.model.ExternalInterfaceFeatureList
-
Create an external interface feature.
- create(String, String) - Method in interface com.comsol.model.ExtraDimList
-
Creates an extra dimension feature.
- create(String, String) - Method in interface com.comsol.model.FieldList
-
Creates field.
- create(String, String) - Method in interface com.comsol.model.FormFeatureList
-
Create a form feature.
- create(String, String) - Method in interface com.comsol.model.FrameFeatureList
-
Creates a frame feature.
- create(String, String) - Method in interface com.comsol.model.FrameList
-
Creates a frame and assigns it to a geometry.
- create(String, String) - Method in interface com.comsol.model.FunctionFeature
-
Create a function.
- create(String, String) - Method in interface com.comsol.model.FunctionFeatureList
-
Create a function.
- create(String, String) - Method in interface com.comsol.model.GeomAttributeList
-
Creates a geometry attribute feature.
- create(String, String) - Method in interface com.comsol.model.GeomFeature
-
Creates a geometry feature.
- create(String, String) - Method in interface com.comsol.model.GeomFeatureList
-
Creates a geometry feature.
- create(String, String) - Method in interface com.comsol.model.GeomObjectSelectionFeatureList
-
Creates a selection.
- create(String, String) - Method in interface com.comsol.model.GeomSequence
-
Creates a geometry feature.
- create(String, String) - Method in interface com.comsol.model.GroupList
-
Creates a new group of the specified type.
- create(String, String) - Method in interface com.comsol.model.IntRuleList
-
Creates an integration rule.
- create(String, String) - Method in interface com.comsol.model.MaterialList
-
Creates material of specified type in current component.
- create(String, String) - Method in interface com.comsol.model.MaterialModelList
-
Creates material property group.
- create(String, String) - Method in interface com.comsol.model.MeshFeature
-
Creates a mesh feature.
- create(String, String) - Method in interface com.comsol.model.MeshFeatureList
-
Creates a mesh feature.
- create(String, String) - Method in interface com.comsol.model.MeshList
-
Creates a meshing sequence.
- create(String, String) - Method in interface com.comsol.model.MeshSequence
-
Creates a mesh feature.
- create(String, String) - Method in interface com.comsol.model.MethodCallFeatureList
-
Create a method call feature.
- create(String, String) - Method in interface com.comsol.model.ModelNodeList
-
Creates a model component node of a given type.
- create(String, String) - Method in interface com.comsol.model.NodeGroupList
-
Create a node group.
- create(String, String) - Method in interface com.comsol.model.NumericalFeatureList
-
Create a numerical feature.
- create(String, String) - Method in interface com.comsol.model.physics.ComponentMultiphysicsCouplingList
-
Creates a multiphysics coupling on a geometry.
- create(String, String) - Method in interface com.comsol.model.physics.Physics
-
Creates a physics feature.
- create(String, String) - Method in interface com.comsol.model.physics.PhysicsFeature
-
Creates a physics feature.
- create(String, String) - Method in interface com.comsol.model.physics.PhysicsFeatureList
-
Creates a physics feature.
- create(String, String) - Method in interface com.comsol.model.PhysicsList
-
Creates a 0D physics interface.
- create(String, String) - Method in interface com.comsol.model.ProbeFeature
-
Create a probe feature.
- create(String, String) - Method in interface com.comsol.model.ProbeFeatureList
-
Create a probe feature.
- create(String, String) - Method in interface com.comsol.model.ProblemList
-
Creates a problem node.
- create(String, String) - Method in interface com.comsol.model.PropFeatureList
-
Create property-based feature.
- create(String, String) - Method in interface com.comsol.model.ReducedModelList
-
Creates a reduced model instance of the specified type.
- create(String, String) - Method in interface com.comsol.model.ReportFeature
-
Creates a report feature.
- create(String, String) - Method in interface com.comsol.model.ReportFeatureList
-
Creates a report feature.
- create(String, String) - Method in interface com.comsol.model.ResultFeature
-
Create a result feature.
- create(String, String) - Method in interface com.comsol.model.ResultFeatureList
-
Create a result feature.
- create(String, String) - Method in interface com.comsol.model.ResultProblemFeatureList
-
Create a result problem feature.
- create(String, String) - Method in interface com.comsol.model.Results
-
Create a result feature of a certain type.
- create(String, String) - Method in interface com.comsol.model.SelectionList
-
Creates a named selection feature.
- create(String, String) - Method in interface com.comsol.model.Shape
-
Creates shape feature and adds it to the list of children.
- create(String, String) - Method in interface com.comsol.model.ShapeFeatureList
-
Creates shape feature.
- create(String, String) - Method in interface com.comsol.model.ShapeList
-
Creates shape function.
- create(String, String) - Method in interface com.comsol.model.SolverFeature
-
Create a solver feature.
- create(String, String) - Method in interface com.comsol.model.SolverFeatureList
-
Create a solver feature.
- create(String, String) - Method in interface com.comsol.model.SolverSequence
-
Create a solver feature.
- create(String, String) - Method in interface com.comsol.model.SolverSequenceList
-
Creates a solver sequence with a study step feature pointing to a study.
- create(String, String) - Method in interface com.comsol.model.Study
-
Creates a study step.
- create(String, String) - Method in interface com.comsol.model.StudyFeatureList
-
Creates a study step.
- create(String, String) - Method in interface com.comsol.model.TableFeatureList
-
Create a table feature.
- create(String, String) - Method in interface com.comsol.model.Thermodynamics
-
Create a Thermodynamics feature.
- create(String, String) - Method in interface com.comsol.model.ThermodynamicsFeature
-
Create a Thermodynamics feature.
- create(String, String) - Method in interface com.comsol.model.ThermodynamicsFeatureList
-
Create a Thermodynamics feature.
- create(String, String) - Method in interface com.comsol.model.ViewFeatureList
-
Create a view feature.
- create(String, String) - Method in interface com.comsol.model.ViewList
-
Creates a view for a geometry.
- create(String, String[]) - Method in interface com.comsol.model.CoeffList
-
Create coefficient form equations.
- create(String, String[]) - Method in interface com.comsol.model.ConstrList
-
Creates a constraint using shape functions.
- create(String, String[], int[]) - Method in interface com.comsol.model.UnitList
-
Creates a new derived unit.
- create(String, String, int) - Method in interface com.comsol.model.ComponentPairList
-
Creates a pair.
- create(String, String, int) - Method in interface com.comsol.model.GeomList
-
Creates a geometry sequence with a given tag, type, and space dimension.
- create(String, String, int) - Method in interface com.comsol.model.physics.ComponentMultiphysicsCouplingList
-
Creates a multiphysics coupling on a geometry.
- create(String, String, int) - Method in interface com.comsol.model.physics.Physics
-
Creates a physics feature.
- create(String, String, int) - Method in interface com.comsol.model.physics.PhysicsFeature
-
Creates a physics feature.
- create(String, String, int) - Method in interface com.comsol.model.physics.PhysicsFeatureList
-
Creates a physics feature.
- create(String, String, String) - Method in interface com.comsol.model.CommonList
-
Creates a common definitions feature.
- create(String, String, String) - Method in interface com.comsol.model.CoordsysList
-
Creates coordinate system.
- create(String, String, String) - Method in interface com.comsol.model.CplList
-
Creates a component coupling.
- create(String, String, String) - Method in interface com.comsol.model.ExportFeatureList
-
Create an export feature from a plot group.
- create(String, String, String) - Method in interface com.comsol.model.GeomList
-
Creates a geometry sequence and meshing sequence by importing a geometry or a mesh from a file.
- create(String, String, String) - Method in interface com.comsol.model.MaterialList
-
Creates material of specified type in the specified component.
- create(String, String, String) - Method in interface com.comsol.model.NodeGroupList
-
Create a node group.
- create(String, String, String) - Method in interface com.comsol.model.PairList
-
Creates a pair.
- create(String, String, String) - Method in interface com.comsol.model.physics.MultiphysicsCouplingList
-
Creates a multiphysics coupling on a geometry.
- create(String, String, String) - Method in interface com.comsol.model.PhysicsList
-
Creates physics interface on a geometry.
- create(String, String, String) - Method in interface com.comsol.model.SolverSequenceList
-
Creates a solver sequence with a study step feature pointing to a study.
- create(String, String, String) - Method in interface com.comsol.model.UnitList
-
Creates a base unit for a quantity.
- create(String, String, String) - Method in interface com.comsol.model.ViewList
-
Creates a workplane view for a geometry.
- create(String, String, String[]) - Method in interface com.comsol.model.ComponentPhysicsList
-
Creates physics interface on a geometry.
- create(String, String, String[][]) - Method in interface com.comsol.model.ComponentPhysicsList
-
Creates physics interface on a geometry.
- create(String, String, String, int) - Method in interface com.comsol.model.PairList
-
Creates a pair.
- create(String, String, String, int) - Method in interface com.comsol.model.physics.MultiphysicsCouplingList
-
Creates a multiphysics coupling on a geometry.
- create(String, String, String, String) - Method in interface com.comsol.model.ExportFeatureList
-
Create a plot data export feature.
- create(String, String, String, String[]) - Method in interface com.comsol.model.PhysicsList
-
Creates physics interface on a geometry.
- create(String, String, String, String[][]) - Method in interface com.comsol.model.PhysicsList
-
Creates physics interface on a geometry.
- createAfter(String, String, String) - Method in interface com.comsol.model.GeomFeatureList
-
Creates a geometry feature.
- createAutoSequence(String) - Method in interface com.comsol.model.SolverSequence
-
Creates a solver sequence automatically from the study.
- createAutoSequence(String, boolean) - Method in interface com.comsol.model.SolverSequence
-
Creates a solver sequence automatically from the study.
- createAutoSequence(String, String) - Method in interface com.comsol.model.SolverSequence
-
Creates a solver sequence automatically from the study.
- createAutoSequences(String) - Method in interface com.comsol.model.Study
-
Create an attached solver sequence and/or job using default solver settings.
- createDeformedConfig(String, String) - Method in interface com.comsol.model.DatasetFeature
-
Only possible for solution datasets.
- createExtraDim(String) - Method in interface com.comsol.model.ModelNodeList
-
Deprecated.Use
ModelNodeList.create(String, String)
instead. - createMaterial(String, String, String, String[], String[], String[], String[][], String, String[][], String[]) - Method in interface com.comsol.model.CapeOpen
-
Generate material.
- createMaterial(String, String, String, String[], String[], String[], String[][], String, String[][], String[]) - Method in interface com.comsol.model.Thermodynamics
-
Generate material.
- createMesh() - Method in interface com.comsol.model.MeshData
-
Construct a complete mesh from the MeshData object and store it in the meshing sequence.
- createMesh(String, String, String, String) - Method in interface com.comsol.model.DatasetFeature
-
Only possible for filter and partition datasets.
- createMeshPart(String, String, String, String) - Method in interface com.comsol.model.DatasetFeature
-
Only possible for filter and partition datasets.
- createNewUQStudy(String) - Method in interface com.comsol.model.StudyFeature
-
Return the copied UQ study.
- createPlot(String) - Method in interface com.comsol.model.FunctionFeature
-
Creates a plot group with plots for the function.
- createPlot(String, String) - Method in interface com.comsol.model.MeshSequence
-
Creates mesh dataset with tag datasetTag, unless it already exists, and a plot group with plots for the mesh.
- createSolution() - Method in interface com.comsol.model.SolverSequence
-
Create a solution.
- createSparseMatrix(String, int, int, int, boolean) - Method in interface com.comsol.model.SolverFeature
-
Create a matrix.
- createTable(String) - Method in interface com.comsol.model.ResultFeature
-
Creates a table containing the data for the plot.
- createUnique(String) - Static method in class com.comsol.model.util.ModelUtil
-
Create a model with a unique tag that begins with a prefix.
- createVector(String, int, boolean) - Method in interface com.comsol.model.SolverFeature
-
Create a vector.
- CumulativeSelection - Interface in com.comsol.model
-
Cumulative selection.
- current() - Method in interface com.comsol.model.GeomSequence
-
Returns the current feature's tag.
- current() - Method in interface com.comsol.model.MeshSequence
-
Returns tag of current mesh feature.
- current(String) - Method in interface com.comsol.model.MeshSequence
-
Sets the current feature.
- curvedInterior() - Method in interface com.comsol.model.ModelNode
-
Returns true if curved interior mesh is activated on the model node.
- curvedInterior(boolean) - Method in interface com.comsol.model.ModelNode
-
Sets the curved interior mesh setting on the model node.
D
- data() - Method in interface com.comsol.model.MeshSequence
-
Returns the mesh data.
- dataset() - Method in interface com.comsol.model.Results
-
Gets the dataset feature list.
- dataset(String) - Method in interface com.comsol.model.Results
-
Gets a dataset feature with a given tag.
- DatasetFeature - Interface in com.comsol.model
-
Datasets represent the source of data for plotting, for example by pointing to a solution and a geometry or by providing a transformation from another dataset, e.g.
- DatasetFeatureList - Interface in com.comsol.model
-
List of datasets.
- dateCreated() - Method in interface com.comsol.model.ModelEntity
-
Returns the creation date of the entity.
- dateModified() - Method in interface com.comsol.model.ModelEntity
-
Returns the modification date of the model.
- dateModifiedInFile() - Method in interface com.comsol.model.GeomSequence
-
For a loaded part, get the modification date from the mph file.
- defeaturing(String) - Method in interface com.comsol.model.GeomSequence
-
Gets one of the defeaturing tools
DetectInterferences
,Fillets
,Holes
,ShortEdges
,SliverFaces
,SmallFaces
,Spikes
,DeleteFaces
, orDetachFaces
. - defineAllFrames() - Method in interface com.comsol.model.ModelNode
-
Returns true if all frames are always defined.
- defineAllFrames(boolean) - Method in interface com.comsol.model.ModelNode
-
Set whether all frames should always be defined.
- defineLocalCoord() - Method in interface com.comsol.model.ModelNode
-
Returns true if local coordinate variables (xi1, xi2, xi3) will be defined.
- defineLocalCoord(boolean) - Method in interface com.comsol.model.ModelNode
-
Set a flag that determines whether local coordinate variables (xi1, xi2, xi3, also known as barycentric coordinates) will be defined in each mesh element.
- definition(String[], int[]) - Method in interface com.comsol.model.Unit
-
Sets the definition of a derived unit in powers of other units.
- delete(String) - Method in interface com.comsol.model.GeomDefeature
-
The property
delete
of the created feature is set to selected. - delete(String[]) - Method in interface com.comsol.model.GeomSequence
-
Deletes geometry objects.
- deleteAll(String) - Method in interface com.comsol.model.GeomDefeature
-
The property
delete
of the created feature is set toAll
. - deleteEdges(String, int[]) - Method in interface com.comsol.model.GeomSequence
-
Delete edges from a curve object coming from a Polygon or CompositeCurve feature in 2D.
- depth() - Method in interface com.comsol.model.MeshProblemFeature
-
Deprecated.
- derivedUnit() - Method in interface com.comsol.model.UnitSystem
-
Returns list of derived units.
- derivedUnit(String) - Method in interface com.comsol.model.UnitSystem
-
Returns a derived unit.
- descr(String) - Method in interface com.comsol.model.ExpressionBase
-
Returns a variable expression.
- descr(String) - Method in interface com.comsol.model.MaterialModel
-
Gets the description of the given property.
- descr(String) - Method in interface com.comsol.model.Ode
-
Returns the description for a state.
- descr(String, String) - Method in interface com.comsol.model.ExpressionBase
-
Returns a variable expression.
- descr(String, String) - Method in interface com.comsol.model.ExpressionEntity
-
Sets a variable description.
- descr(String, String) - Method in interface com.comsol.model.MaterialModel
-
Sets the description for the given property.
- descr(String, String) - Method in interface com.comsol.model.Ode
-
Sets the description for the state.
- description() - Method in interface com.comsol.model.Model
-
Returns the model descriptiom.
- description(String) - Method in interface com.comsol.model.Model
-
Sets the model description.
- designBooleans() - Method in interface com.comsol.model.GeomSequence
-
Check if Design Module Boolean operations are enabled.
- designBooleans(boolean) - Method in interface com.comsol.model.GeomSequence
-
Enable or disable Design Module Boolean operations.
- destination() - Method in interface com.comsol.model.Pair
-
Gets destination selection.
- detach() - Method in interface com.comsol.model.BatchFeature
-
Detaches the batch job from its study.
- detach() - Method in interface com.comsol.model.SolverSequence
-
Detaches solver sequence from its study.
- detail() - Method in interface com.comsol.model.GeomFeature
-
For a defeaturing operation, access the selection of details to remove.
- diagram() - Method in interface com.comsol.model.physics.Physics
-
Returns the top-level diagram feature container, if any.
- dim() - Method in interface com.comsol.model.AbstractSelection
-
If the selection selects entities on a geometry, returns the (maximum) entity dimension.
- dimension() - Method in interface com.comsol.model.AbstractSelection
-
If the selection is on a geometry, returns the dimensions where the selection applies.
- dimension() - Method in interface com.comsol.model.Unit
-
Returns the dimension of the unit.
- disable() - Method in interface com.comsol.model.History
-
Disables logging of top-level API calls to the history.
- disableUpdates() - Method in interface com.comsol.model.Model
-
Returns the current state of the disabling of variable updates.
See also:Model.disableUpdates(boolean)
. - disableUpdates(boolean) - Method in interface com.comsol.model.Model
-
Temporarily disables and re-enables the update of variables in entities that automatically generates other entities.
- discardData() - Method in interface com.comsol.model.CommonFeature
-
Discard any imported data.
- discardData() - Method in interface com.comsol.model.FunctionFeature
-
Discard any imported data.
- discardData() - Method in interface com.comsol.model.physics.PhysicsFeature
-
Discard data.
- discardData() - Method in interface com.comsol.model.StudyFeature
-
Discard any imported data.
- discardFile() - Method in interface com.comsol.model.ResultFeature
-
Discard the file that this plot feature uses.
- discardImage() - Method in interface com.comsol.model.ExternalInterfaceFeature
-
Discard imported image.
- discardTemplateFile() - Method in interface com.comsol.model.ReportFeature
-
Discards the imported imported CSS-file or Microsoft Word or PowerPoint template file, if any.
- disconnect() - Static method in class com.comsol.model.util.ModelUtil
-
Disconnects from the server.
- discretization(String) - Method in interface com.comsol.model.MultigridLevel
-
Returns activation status of a discretization feature.
- discretization(String) - Method in interface com.comsol.model.StudyFeature
-
Returns discretization for a multigrid level.
- discretization(String, String) - Method in interface com.comsol.model.MultigridLevel
-
Assigns discretization for a multigrid level.
- discretization(String, String) - Method in interface com.comsol.model.StudyFeature
-
Assigns discretization for a multigrid level.
- docMarker() - Method in interface com.comsol.model.ModelEntity
-
Returns the unique topic key for looking up help for this object using a remote documentation client.
- docMarker(String) - Method in interface com.comsol.model.ModelEntity
-
Returns the unique topic key for looking up help for this object using a remote documentation client.
- dofNames() - Method in interface com.comsol.model.XmeshInfoDofs
-
A list of all degrees of freedom names.
- dofNames() - Method in interface com.comsol.model.XmeshInfoNodes
-
The degrees of freedom names in this geometry.
- dofs() - Method in interface com.comsol.model.XmeshInfo
-
Returns an object which can be queried for further information about the degrees of freedom in the extended mesh.
- dofs() - Method in interface com.comsol.model.XmeshInfoElements
-
0-based degree of freedom numbers for all mesh elements of current type in the current geometry.
- dofs() - Method in interface com.comsol.model.XmeshInfoNodes
-
0-based degree of freedom numbers for all nodes in this geometry.
- dom(int) - Method in interface com.comsol.model.Selection
-
Deprecated.Use
Selection.entities(int)
instead. - dom(String, int) - Method in interface com.comsol.model.GeomObjectSelection
-
Deprecated.Use
GeomObjectSelection.entities(String, int)
instead. - domainFlux(String[][], String) - Method in interface com.comsol.model.Shape
-
Sets expressions for the domain flux in a given frame.
- downFlux() - Method in interface com.comsol.model.Shape
-
Returns the name of the down flux variable (an empty string if the variable name has not been set.).
- downFlux(String) - Method in interface com.comsol.model.Shape
-
Sets the name of the down flux variable.
- dstFrame() - Method in interface com.comsol.model.Pair
-
Gets destination frame.
- dstFrame(String) - Method in interface com.comsol.model.Pair
-
Sets destination frame.
- duplicate(String, String) - Method in interface com.comsol.model.ModelEntityList
-
Creates a new entity with tag
newTag
which is a duplicate of the entity taggedtag
. - duplicate(String, String) - Method in interface com.comsol.model.NodeGroupList
-
Creates a new group with tag
newTag
which is a duplicate of the group taggedtag
. - duplicate(String, String) - Method in interface com.comsol.model.Results
-
Creates a new feature in the list with the same settings as the original.
- duplicateTo(String, String, String) - Method in interface com.comsol.model.ModelEntityList
-
Creates a new entity with tag
newTag
duplicating the entity taggedtag
and inserts it in this list at a specified position.
E
- edgeCurvature(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates edge curvature at the specified parameters.
- edgeDDDX(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to third order derivative values of an edge.
- edgeDDX(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to second order derivative values of an edge.
- edgeDelete(int) - Method in interface com.comsol.model.GeomFeature
-
Removes an edge from a GeomEdit geometry feature.
- edgeDX(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to first order derivative values of an edge.
- edgeMaxFaceAngle(int[], int[], int[]) - Method in interface com.comsol.model.GeomInfo
-
Compute the "maximum" along a 3D edge of the angle (in radians) between the normal vectors of two faces that are adjacent to the edge.
- edgeNew() - Method in interface com.comsol.model.GeomFeature
-
Creates a new edge in a GeomEdit geometry feature.
- edgeNormal(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to normal vector values of an edge in 2D.
- edgeParamRange(int) - Method in interface com.comsol.model.GeomInfo
-
Returns the parameter range for evaluation on the edge
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - edgeTorsion(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to torsion values of an edge in 3D.
- edgeX(int, double[]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to coordinate values of an edge.
- elem() - Method in interface com.comsol.model.Model
-
Returns all elements.
- elem(String) - Method in interface com.comsol.model.Model
-
Returns an element.
- Element - Interface in com.comsol.model
-
Element.
- elements(String) - Method in interface com.comsol.model.XmeshInfo
-
Returns an object which can be queried for further information about the elements of a given type in the extended mesh.
- elements(String, String) - Method in interface com.comsol.model.XmeshInfo
-
Returns an object which can be queried for further information about the elements of a given type in a given geometry in the extended mesh.
- elementset() - Method in interface com.comsol.model.Shape
-
Deprecated.Use
Shape.elementSet()
instead. - elementset(String) - Method in interface com.comsol.model.Shape
-
Deprecated.Use
Shape.elementSet(String)
instead. - elementSet() - Method in interface com.comsol.model.Model
-
Returns all mesh element sets.
- elementSet() - Method in interface com.comsol.model.Shape
-
Returns the element set condition associated with the shape function.
- elementSet(String) - Method in interface com.comsol.model.Model
-
Returns a mesh element set.
- elementSet(String) - Method in interface com.comsol.model.Shape
-
Sets the mesh element set condition to the given string.
- ElementSet - Interface in com.comsol.model
-
Mesh element set.
- ElementSetList - Interface in com.comsol.model
-
List of mesh element sets.
- elementwise() - Method in interface com.comsol.model.Pair
-
Gets strategy for elementwise mapping for compatible meshes.
- elementwise(String) - Method in interface com.comsol.model.Pair
-
Sets strategy for elementwise mapping for compatible meshes.
- ElemFeature - Interface in com.comsol.model
-
Element feature.
- ElemFeatureList - Interface in com.comsol.model
-
List of element features.
- ElemList - Interface in com.comsol.model
-
List of elements.
- enable() - Method in interface com.comsol.model.History
-
Removes the most recent disabling of top-level API calls to the history.
- enableContinue() - Method in interface com.comsol.model.SolverFeature
-
Enables to run continueRun on the study.
- endVertexDisconnect(int) - Method in interface com.comsol.model.GeomFeature
-
Creates a new vertex for an edge end point in a GeomEdit geometry feature.
- entities() - Method in interface com.comsol.model.Selection
-
If the selection is on a geometry, return the geometric entities in the selection's maximum dimension.
- entities(int) - Method in interface com.comsol.model.Selection
-
If the selection is on a geometry, return the geometric entities on the given dimension.
- entities(String) - Method in interface com.comsol.model.GeomObjectSelection
-
If the selection selects entities, return the selected entities on the given geometry object.
- entities(String, int) - Method in interface com.comsol.model.GeomAttribute
-
Get the entities in dimension dim that have the given value.
- entities(String, int) - Method in interface com.comsol.model.GeomObjectSelection
-
If the selection is on a geometry object, return the entities of the given dimension.
- entities(String, String, int) - Method in interface com.comsol.model.GeomAttribute
-
Get the entities in dimension dim in the object oname that have the given value.
- EquationViewParent - Interface in com.comsol.model.physics
-
Interface for entities for entities that supports Equation View.
- errorNames() - Method in interface com.comsol.model.MeshProblemFeatureList
-
Deprecated.Use
GeomMeshFeature.errors()
instead. - errorNames() - Method in interface com.comsol.model.SolverProblemFeatureList
-
Returns error names of problem feature list.
- errors() - Method in interface com.comsol.model.GeomMeshFeature
-
Return error information.
- evaluate(String) - Method in interface com.comsol.model.ParamBase
-
Evaluates an expression, including functions, parameters and units.
- evaluate(String, String) - Method in interface com.comsol.model.ParamBase
-
Evaluates an expression, including functions, parameters and units.
- evaluateComplex(String) - Method in interface com.comsol.model.ParamBase
-
Evaluates an expression, including functions, parameters and units.
- evaluateComplex(String, String) - Method in interface com.comsol.model.ParamBase
-
Evaluates an expression, including functions, parameters and units.
- evaluateUnit(String) - Method in interface com.comsol.model.ParamBase
-
Evaluates the unit of an expression.
- EvaluationFeature - Interface in com.comsol.model
-
Evaluation features evaluate numerical data, such as integrals over a specific set of boundaries.
- EvaluationFeatureList - Interface in com.comsol.model
-
List of evaluation features.
- evaluationGroup() - Method in interface com.comsol.model.Results
-
Gets the evaluation group list.
- evaluationGroup(String) - Method in interface com.comsol.model.Results
-
Gets an evaluation group feature with a given tag.
- EvaluationGroupFeature - Interface in com.comsol.model
-
Evaluation group feature.
- EvaluationGroupFeatureList - Interface in com.comsol.model
-
List of evaluation group features.
- Event - Interface in com.comsol.model
-
Solver event.
- EventList - Interface in com.comsol.model
-
List of solver events.
- excludeComputedDataInDrafts() - Method in interface com.comsol.model.Model
-
Whether to exclude built, computed, and plotted data in draft versions when saving to a database.
- excludeComputedDataInDrafts(boolean) - Method in interface com.comsol.model.Model
-
Sets whether to exclude built, computed, and plotted data when saving draft versions to a database.
- excludeComputedDataInMph() - Method in interface com.comsol.model.Model
-
Whether to exclude built, computed, and plotted data when saving to an mph file.
- excludeComputedDataInMph(boolean) - Method in interface com.comsol.model.Model
-
Sets whether to exclude built, computed, and plotted data when saving to an mph file.
- excludeComputedDataInRegular() - Method in interface com.comsol.model.Model
-
Whether to exclude built, computed, and plotted data in regular versions when saving to a database.
- excludeComputedDataInRegular(boolean) - Method in interface com.comsol.model.Model
-
Sets whether to exclude built, computed, and plotted data when saving regular versions to a database.
- exists() - Method in interface com.comsol.model.GeomInfo
-
Check if the geometry object exists.
- expand() - Method in interface com.comsol.model.MeshFeature
-
Expands a reference feature.
- export() - Method in interface com.comsol.model.GeomSequence
-
Gets the geometry export tool.
- export() - Method in interface com.comsol.model.MeshSequence
-
Returns the mesh export tool.
- export() - Method in interface com.comsol.model.ModelEntityImage
-
Exports an image of the model entity to file.
- export() - Method in interface com.comsol.model.Results
-
Gets an export feature list.
- export(String) - Method in interface com.comsol.model.GeomSequence
-
Export the geometry objects selected in the geometry export tool to a mphbin or mphtxt file.
- export(String) - Method in interface com.comsol.model.MeshSequence
-
Export mesh to file.
- export(String) - Method in interface com.comsol.model.Results
-
Gets an export feature with a given tag.
- exportData(String) - Method in interface com.comsol.model.CommonFeature
-
Export data.
- exportData(String) - Method in interface com.comsol.model.FunctionFeature
-
Export data.
- exportData(String) - Method in interface com.comsol.model.StudyFeature
-
Export data.
- ExportFeature - Interface in com.comsol.model
-
Export feature.
- ExportFeatureList - Interface in com.comsol.model
-
List of export features.
- exportFile(String) - Method in interface com.comsol.model.ResultFeature
-
Export the file that this plot feature uses.
- exportFinal(String) - Method in interface com.comsol.model.GeomSequence
-
Export the finalized geometry to a mphbin or mphtxt file.
- exportReducedModel(String, String) - Method in interface com.comsol.model.ReducedModelList
-
Exports a reduced model instance into a given archive.
- exportTemplateFile(String) - Method in interface com.comsol.model.ReportFeature
-
Exports a imported CSS-file or Microsoft Word or PowerPoint template to the specified file.
- Expr - Interface in com.comsol.model
-
Variable collection.
- ExpressionBase - Interface in com.comsol.model
-
Base interface for variable collections and parameters.
- ExpressionEntity - Interface in com.comsol.model
-
Expression entity.
- ExprList - Interface in com.comsol.model
-
List of variable collections.
- externalInterface() - Method in interface com.comsol.model.Model
-
Returns all external interface features.
- externalInterface(String) - Method in interface com.comsol.model.Model
-
Returns an external interface feature.
- ExternalInterfaceFeature - Interface in com.comsol.model
-
External interface feature.
- ExternalInterfaceFeatureList - Interface in com.comsol.model
-
List of external interface features.
- extraDim() - Method in interface com.comsol.model.AbstractModel
-
Returns all extra dimension features.
- extraDim() - Method in interface com.comsol.model.ModelNode
-
Returns all extra dimension features for this component.
- extraDim() - Method in interface com.comsol.model.XDLocalSelection
-
Returns the attached dimension.
- extraDim(String) - Method in interface com.comsol.model.AbstractModel
-
Returns an extra dimension feature.
- extraDim(String) - Method in interface com.comsol.model.XDLocalSelection
-
Selects attached dimensions and defines the possible values for
extraDimSel
. - ExtraDimFeature - Interface in com.comsol.model
-
Extra dimension feature.
- ExtraDimList - Interface in com.comsol.model
-
List of extra dimension features.
- extraDimSel() - Method in interface com.comsol.model.XDLocalSelection
-
Get extra dimension geometries for attached dimensions.
- extraDimSel(String) - Method in interface com.comsol.model.XDLocalSelection
-
Access selection on extra dimension.
F
- faceDDX(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to second order derivative values of a face.
- faceDX(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to first order derivative values of a face.
- faceFF1(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to the first fundamental form values of a face.
- faceFF2(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to the second fundamental form values of a face.
- faceGaussCurvature(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to Gauss curvature values of a face.
- faceMeanCurvature(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to mean curvature values of a face.
- faceNormal(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to normal vector values of a face.
- faceParamRange(int) - Method in interface com.comsol.model.GeomInfo
-
Returns two parameter ranges for evaluation on the face.
- faceX(int, double[][]) - Method in interface com.comsol.model.GeomInfo
-
Evaluates the parameters to coordinate values on a face.
- feature() - Method in interface com.comsol.model.application.AppFeature
-
Get the list of application features.
- feature() - Method in interface com.comsol.model.BatchFeature
-
Returns the tasks of a batch job.
- feature() - Method in interface com.comsol.model.BatchList
-
Returns the tasks of a batch job.
- feature() - Method in interface com.comsol.model.CapeOpen
-
Returns all CAPE-OPEN features.
- feature() - Method in interface com.comsol.model.CapeOpenFeature
-
Returns all CAPE-OPEN features.
- feature() - Method in interface com.comsol.model.Coeff
-
Returns the coefficient form features.
- feature() - Method in interface com.comsol.model.CommonFeature
-
Returns the list of all common definitions feature subnodes.
- feature() - Method in interface com.comsol.model.Constr
-
Returns all constraint features.
- feature() - Method in interface com.comsol.model.Coordsys
-
For a combined system, return the list of its subfeature.
- feature() - Method in interface com.comsol.model.Cpl
-
Returns the list of all component coupling subnodes.
- feature() - Method in interface com.comsol.model.DatasetFeature
-
Returns the list of features in this dataset.
- feature() - Method in interface com.comsol.model.EvaluationFeature
-
Returns evaluation feature list.
- feature() - Method in interface com.comsol.model.EvaluationGroupFeature
-
Returns the evaluation feature list.
- feature() - Method in interface com.comsol.model.ExportFeature
-
Returns export feature list.
- feature() - Method in interface com.comsol.model.FunctionFeature
-
Returns all functions.
- feature() - Method in interface com.comsol.model.GeomFeature
-
Returns all geometry features.
- feature() - Method in interface com.comsol.model.GeomSequence
-
Returns all geometry features in the geometry sequence.
- feature() - Method in interface com.comsol.model.IntRule
-
Returns integration rule features.
- feature() - Method in interface com.comsol.model.Material
-
Returns all material subfeatures.
- feature() - Method in interface com.comsol.model.MeshFeature
-
Returns all mesh features.
- feature() - Method in interface com.comsol.model.MeshSequence
-
Returns mesh feature list.
- feature() - Method in interface com.comsol.model.NodeGroup
-
Returns all the sub node groups.
- feature() - Method in interface com.comsol.model.NumericalFeature
-
Returns the list of features in this numerical data feature.
- feature() - Method in interface com.comsol.model.physics.Physics
-
Returns the physics features.
- feature() - Method in interface com.comsol.model.physics.PhysicsFeature
-
Returns the physics features.
- feature() - Method in interface com.comsol.model.ProbeFeature
-
Returns all probe features.
- feature() - Method in interface com.comsol.model.ReportFeature
-
Gets all children of this report feature.
- feature() - Method in interface com.comsol.model.ResultFeature
-
Gets the list of sub-features for this ResultFeature.
- feature() - Method in interface com.comsol.model.Shape
-
Return all shape features of the shape function.
- feature() - Method in interface com.comsol.model.ShapeFeature
-
Returns all shape sub-features.
- feature() - Method in interface com.comsol.model.SolverFeature
-
Returns all solver features.
- feature() - Method in interface com.comsol.model.SolverSequence
-
Returns all solver features.
- feature() - Method in interface com.comsol.model.Study
-
Returns the study steps.
- feature() - Method in interface com.comsol.model.StudyFeature
-
Returns the study steps.
- feature() - Method in interface com.comsol.model.TableFeature
-
Returns the list of features in this table.
- feature() - Method in interface com.comsol.model.Thermodynamics
-
Returns all Thermodynamics features.
- feature() - Method in interface com.comsol.model.ThermodynamicsFeature
-
Returns all Thermodynamics features.
- feature(String) - Method in interface com.comsol.model.application.AppFeature
-
Returns an application feature.
- feature(String) - Method in interface com.comsol.model.BatchFeature
-
Returns a task.
- feature(String) - Method in interface com.comsol.model.CapeOpen
-
Returns a CAPE-OPEN feature.
- feature(String) - Method in interface com.comsol.model.CapeOpenFeature
-
Returns a CAPE-OPEN feature.
- feature(String) - Method in interface com.comsol.model.Coeff
-
Returns a coefficient form feature.
- feature(String) - Method in interface com.comsol.model.CommonFeature
-
Returns a common definitions feature subnode.
- feature(String) - Method in interface com.comsol.model.Constr
-
Returns a constraint feature.
- feature(String) - Method in interface com.comsol.model.Coordsys
-
For a combined system, return the subfeature having the given tag.
- feature(String) - Method in interface com.comsol.model.Cpl
-
Returns a component coupling subnode.
- feature(String) - Method in interface com.comsol.model.DatasetFeature
-
Retrieves a specific sub-feature with a given tag, or throws an exception otherwise.
- feature(String) - Method in interface com.comsol.model.EvaluationFeature
-
Returns an evaluation feature.
- feature(String) - Method in interface com.comsol.model.EvaluationGroupFeature
-
Returns an evaluation feature.
- feature(String) - Method in interface com.comsol.model.ExportFeature
-
Returns an export feature.
- feature(String) - Method in interface com.comsol.model.FunctionFeature
-
Return a function.
- feature(String) - Method in interface com.comsol.model.GeomFeature
-
Returns a geometry feature.
- feature(String) - Method in interface com.comsol.model.GeomSequence
-
Returns a geometry feature with the given tag.
- feature(String) - Method in interface com.comsol.model.IntRule
-
Returns an integration rule feature.
- feature(String) - Method in interface com.comsol.model.Material
-
Returns a material subfeature.
- feature(String) - Method in interface com.comsol.model.MeshFeature
-
Returns a mesh feature.
- feature(String) - Method in interface com.comsol.model.MeshSequence
-
Returns mesh feature.
- feature(String) - Method in interface com.comsol.model.NodeGroup
-
Returns sub-node group with correct tag.
- feature(String) - Method in interface com.comsol.model.physics.Physics
-
Returns a physics feature.
- feature(String) - Method in interface com.comsol.model.physics.PhysicsFeature
-
Returns a physics feature.
- feature(String) - Method in interface com.comsol.model.ProbeFeature
-
Returns a probe feature.
- feature(String) - Method in interface com.comsol.model.ReportFeature
-
Returns the child feature with the given tag.
- feature(String) - Method in interface com.comsol.model.ResultFeature
-
Get the sub-feature with the given name, or an exception otherwise.
- feature(String) - Method in interface com.comsol.model.Shape
-
Returns a shape feature with given tag.
- feature(String) - Method in interface com.comsol.model.ShapeFeature
-
Returns shape sub-feature function expression.
- feature(String) - Method in interface com.comsol.model.SolverFeature
-
Returns solver feature.
- feature(String) - Method in interface com.comsol.model.SolverSequence
-
Returns solver feature.
- feature(String) - Method in interface com.comsol.model.Study
-
Returns a study step with the given tag.
- feature(String) - Method in interface com.comsol.model.StudyFeature
-
Returns a study step with the given tag.
- feature(String) - Method in interface com.comsol.model.Thermodynamics
-
Returns a Thermodynamics feature.
- feature(String) - Method in interface com.comsol.model.ThermodynamicsFeature
-
Returns a Thermodynamics feature.
- featureInfo() - Method in interface com.comsol.model.physics.EquationViewParent
-
Returns the variable and system of equation changes.
- featureInfo(String) - Method in interface com.comsol.model.physics.EquationViewParent
-
Returns a variable and system of equation changes object.
- FeatureInfo - Interface in com.comsol.model.physics
-
Variable and system of equation changes.
- FeatureInfoList - Interface in com.comsol.model.physics
-
List of variable and system of equation changes.
- field() - Method in interface com.comsol.model.Coeff
-
Returns the fields.
- field() - Method in interface com.comsol.model.ElemFeature
-
Returns all element features from
field
. - field() - Method in interface com.comsol.model.Field
-
Returns the field name as a string.
- field() - Method in interface com.comsol.model.Model
-
Returns all fields.
- field() - Method in interface com.comsol.model.OptFeature
-
Deprecated.Use
OptFeature.comp()
instead. - field() - Method in interface com.comsol.model.physics.Physics
-
Returns list of physics fields.
- field() - Method in interface com.comsol.model.physics.PhysicsField
-
Returns the field name.
- field(int, String) - Method in interface com.comsol.model.Coeff
-
Edits the field at a position.
- field(String) - Method in interface com.comsol.model.ElemFeature
-
Returns an element feature from
field
. - field(String) - Method in interface com.comsol.model.Field
-
Sets the field name.
- field(String) - Method in interface com.comsol.model.Model
-
Returns a field.
- field(String) - Method in interface com.comsol.model.OptFeature
-
Deprecated.Use
OptFeature.comp(String)
instead. - field(String) - Method in interface com.comsol.model.physics.Physics
-
Returns a physics field.
- field(String) - Method in interface com.comsol.model.physics.PhysicsField
-
Sets the field name.
- field(String[]) - Method in interface com.comsol.model.Coeff
-
Sets the coefficient form field tags.
- Field - Interface in com.comsol.model
-
Field.
- FieldList - Interface in com.comsol.model
-
List of fields.
- fieldname() - Method in interface com.comsol.model.Field
-
Deprecated.Use
Field.field()
instead. - fieldname() - Method in interface com.comsol.model.physics.PhysicsField
-
Deprecated.Use
PhysicsField.component()
instead. - fieldname(int, String) - Method in interface com.comsol.model.physics.PhysicsField
-
Deprecated.Use
PhysicsField.component(int, String)
instead. - fieldname(String) - Method in interface com.comsol.model.Field
-
Deprecated.Use
Field.field(String)
instead. - fieldname(String[]) - Method in interface com.comsol.model.physics.PhysicsField
-
Deprecated.Use
PhysicsField.component(String[])
instead. - fieldNames() - Method in interface com.comsol.model.XmeshInfo
-
Returns the field names, or the field names solved for if the XmeshInfo was constructed from a Variables feature.
- fieldNDofs() - Method in interface com.comsol.model.XmeshInfo
-
Returns the number of degrees of freedom corresponding to each field.
- fieldvariable() - Method in interface com.comsol.model.Shape
-
Deprecated.Use
Shape.fieldVariable()
instead. - fieldVariable() - Method in interface com.comsol.model.Shape
-
Returns the field variables associate with the shape function.
- file() - Method in interface com.comsol.model.Model
-
Returns a list of file entities referenced by model entities.
- file(String) - Method in interface com.comsol.model.Model
-
Returns a file entity.
- filename() - Method in interface com.comsol.model.GeomSequence
-
Get the filename for a loaded part.
- filename(String) - Method in interface com.comsol.model.GeomSequence
-
Changes the filename for a loaded part.
- FileResource - Interface in com.comsol.model
-
A file that is referenced by one or more model features.
- FileResourceList - Interface in com.comsol.model
-
This list contains files that are referenced by model features.
- find() - Method in interface com.comsol.model.GeomFeature
-
For a defeaturing operation, search for small details.
- fontFamily() - Method in interface com.comsol.model.Model
-
Returns the font family to be used in plots.
- fontFamily(String) - Method in interface com.comsol.model.Model
-
Sets the font family to be used in plots.
- fontSize() - Method in interface com.comsol.model.Model
-
Returns the font size used in plots.
- fontSize(int) - Method in interface com.comsol.model.Model
-
Sets the font size to be used in plots.
- form() - Method in interface com.comsol.model.Model
-
Returns all form features.
- form(String) - Method in interface com.comsol.model.Model
-
Returns a form feature.
- FormFeature - Interface in com.comsol.model
-
Form feature.
- FormFeatureList - Interface in com.comsol.model
-
A list representation of form features.
- frame() - Method in interface com.comsol.model.IntRule
-
Returns the frame of the integration rule.
- frame() - Method in interface com.comsol.model.Model
-
Returns all frames.
- frame() - Method in interface com.comsol.model.Shape
-
Return the frame associated with the shape function.
- frame(String) - Method in interface com.comsol.model.IntRule
-
Sets the frame of the integration rule.
- frame(String) - Method in interface com.comsol.model.Model
-
Returns a frame.
- frame(String) - Method in interface com.comsol.model.Shape
-
Sets the frame of the shape feature.
- Frame - Interface in com.comsol.model
-
Frame.
- FrameFeature - Interface in com.comsol.model
-
Frame feature.
- FrameFeatureList - Interface in com.comsol.model
-
List of frame features.
- FrameList - Interface in com.comsol.model
-
List of frames.
- func() - Method in interface com.comsol.model.AbstractModel
-
Returns all functions.
- func() - Method in interface com.comsol.model.MaterialModel
-
Returns list of function objects.
- func() - Method in interface com.comsol.model.ModelNode
-
Returns all functions for this component.
- func(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a function.
- func(String) - Method in interface com.comsol.model.MaterialModel
-
Returns the function object with the given tag.
- FunctionFeature - Interface in com.comsol.model
-
Function.
- FunctionFeatureList - Interface in com.comsol.model
-
List of functions.
- functionNames() - Method in interface com.comsol.model.FunctionFeature
-
Get function names.
G
- gapName(boolean) - Method in interface com.comsol.model.Pair
-
Gets name of geometric gap variable seen from the destination (if src2dst) or seen from the source (if !src2dst).
- gconstr() - Method in interface com.comsol.model.OptSequence
-
Gets the list of global constraint features.
- gconstr(String) - Method in interface com.comsol.model.OptSequence
-
Get a global constraint feature with a given name.
- gCoords() - Method in interface com.comsol.model.XmeshInfoDofs
-
Global coordinates for all degrees of freedom in the geometry unit length unit.
- gCoords() - Method in interface com.comsol.model.XmeshInfoNodes
-
Global coordinates for all nodes in the geometry length unit.
- generate() - Method in interface com.comsol.model.ReportFeature
-
Generates a report at the current level.
- GenericModelEntityList<T extends ModelEntity> - Interface in com.comsol.model
-
Base interface for lists of model entities.
- genResult(String) - Method in interface com.comsol.model.ProbeFeature
-
Generate probe results for solution.
- geom() - Method in interface com.comsol.model.AbstractModel
-
Returns all geometry sequences.
- geom() - Method in interface com.comsol.model.AbstractSelection
-
Returns the geometry tag of the selection as a string.
- geom() - Method in interface com.comsol.model.Field
-
Returns the geometry associated with the field.
- geom() - Method in interface com.comsol.model.Frame
-
Returns the geometry.
- geom() - Method in interface com.comsol.model.GeomFeature
-
For a work plane feature, access its 2D geometry sequence.For a part instance feature, access its local part.
- geom() - Method in interface com.comsol.model.MeshSequence
-
Returns the geometry.
- geom() - Method in interface com.comsol.model.ModelNode
-
Returns all geometry sequences for this component.
- geom() - Method in interface com.comsol.model.physics.Physics
-
Returns the tag of the geometry which the physics interface lives on.
- geom() - Method in interface com.comsol.model.SavePointData
-
Returns containers of selections and hide features on a geometry in the save point model.
- geom() - Method in interface com.comsol.model.View
-
Gets the geometry sequence associated with the view.
- geom(int) - Method in interface com.comsol.model.Selection
-
Sets the selection to be the geometric entities of level
dim
. - geom(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a geometry sequence.
- geom(String) - Method in interface com.comsol.model.Frame
-
Sets the geometry.
- geom(String) - Method in interface com.comsol.model.SavePointData
-
Returns a container of selections and hide features on a geometry in the save point model.
- geom(String) - Method in interface com.comsol.model.Selection
-
Sets the selection to a geometry
geom
. - geom(String, int) - Method in interface com.comsol.model.Selection
-
Sets the selection to be the geometric entities of level
dim
on geometrygeom
. - geom(String, int, int, String[]) - Method in interface com.comsol.model.Selection
-
Sets the selection to be the geometric entities of level
lowdim
on geometrygeom
. - GeomAttribute - Interface in com.comsol.model
-
Geometry Attribute.
- GeomAttributeList - Interface in com.comsol.model
-
Geometry Attribute List.
- GeomContainer - Interface in com.comsol.model
-
Container of geometry objects.
- GeomDefeature - Interface in com.comsol.model
-
Geometry defeaturing.
- geomdim() - Method in interface com.comsol.model.Element
-
Returns all element features from
geomdim
. - geomdim(String) - Method in interface com.comsol.model.Element
-
Returns an element feature from
geomdim
. - geometricModel() - Method in interface com.comsol.model.MeshSequence
-
Get the geometric model used by this sequence.
- geometricModel() - Method in interface com.comsol.model.ModelNode
-
Get the geometric model used in the component.
- geometricModel(boolean) - Method in interface com.comsol.model.MeshSequence
-
Specify if the sequence defines its own geometric model.
- geometricModel(String) - Method in interface com.comsol.model.ModelNode
-
Specify the geometric model used in the component.
- geometryCoord() - Method in interface com.comsol.model.ModelNode
-
Returns names of geometry frame coordinates.
- geometryCoord(String[]) - Method in interface com.comsol.model.ModelNode
-
Sets names of geometry frame coordinates.
- geometryFrame() - Method in interface com.comsol.model.Frame
-
Sets this frame to be the geometry frame.
- GeomExport - Interface in com.comsol.model
-
Geometry export feature.
- GeomFeature - Interface in com.comsol.model
-
Geometry feature.
- GeomFeatureList - Interface in com.comsol.model
-
List of geometry features.
- GeomInfo - Interface in com.comsol.model
-
Interface for getting information about a geometric model (a geometry or a mesh).
Usage: In the GeomSequence interface, the GeomInfo methods give information about the finalized geometry of the geometry sequence. - GeomInfoBase - Interface in com.comsol.model
-
Geometry information.
- GeomList - Interface in com.comsol.model
-
List of geometry sequences.
- GeomMeasure - Interface in com.comsol.model
-
Geometry measure feature.
- GeomMeasureFinal - Interface in com.comsol.model
-
Geometry measure final feature.
- GeomMeshFeature - Interface in com.comsol.model
-
Base interface for geometries and meshes.
- geomNums() - Method in interface com.comsol.model.XmeshInfoDofs
-
1-based geometry numbers for all degrees of freedom.
- GeomObject - Interface in com.comsol.model
-
Geometry object.
- GeomObjectGroupSelection - Interface in com.comsol.model
-
Geometry object group selection.
- GeomObjectList - Interface in com.comsol.model
-
List of geometry objects.
- GeomObjectSelection - Interface in com.comsol.model
-
Geometry object selection.
- GeomObjectSelectionFeature - Interface in com.comsol.model
-
Named geometry object selection.
- GeomObjectSelectionFeatureList - Interface in com.comsol.model
-
List of named geometry object selections.
- GeomProblemFeature - Interface in com.comsol.model
-
Geometry problem feature.
- GeomProblemFeatureList - Interface in com.comsol.model
-
List of geometry problem features.
- geomRep() - Method in interface com.comsol.model.GeomSequence
-
Returns the geometry representation:
comsol
, meaning the COMSOL geometry kernel, orcadps
, meaning the CAD Import Module kernel. - geomRep(String) - Method in interface com.comsol.model.GeomSequence
-
Set the geometry representation:
comsol
, meaning the COMSOL geometry kernel, orcadps
, meaning the CAD Import Module kernel. - geoms() - Method in interface com.comsol.model.XmeshInfo
-
Returns the tags of all geometries that exist in the extended mesh.
- geomScaleFactor() - Method in interface com.comsol.model.GeomSequence
-
Returns the geometry's length unit expressed the model's length unit.
- GeomSequence - Interface in com.comsol.model
-
Geometry sequence.
- GeomSubsequence - Interface in com.comsol.model
-
Geometry part.
- GeomSubsequenceCallFeature - Interface in com.comsol.model
-
Geometry part instance feature.
- get(int) - Method in interface com.comsol.model.MeshProblemFeature
-
Deprecated.Use
GeomMeshFeature.problems()
instead. - get(int) - Method in interface com.comsol.model.NodeGroup
-
Returns the group member at the given position.
- get(String) - Method in interface com.comsol.model.BatchList
-
Returns a batch job.
- get(String) - Method in interface com.comsol.model.ExpressionBase
-
Returns a variable expression.
- get(String) - Method in interface com.comsol.model.ModelEntityList
-
Get an entity in the list with a given tag.
- get(String) - Method in interface com.comsol.model.ModelParamGroupCase
-
Returns a parameter case expression.
- get(String) - Method in interface com.comsol.model.Results
-
Gets a feature in the list with a given tag.
- getAcisVersion() - Method in interface com.comsol.model.GeomExport
-
Gets the file format version for ACIS export.
- getAdj(int, int) - Method in interface com.comsol.model.GeomInfo
-
Gets adjacency between entities in dimensions fromDim and toDim.
- getAdj(int, int, int) - Method in interface com.comsol.model.GeomInfo
-
Gets adjacent entities in dimension toDim to entity fromIdx in dimension fromDim.
- getAdjExt(int, int) - Method in interface com.comsol.model.GeomInfo
-
Gets extended adjacency between entities in dimensions fromDim and toDim.
- getAdjExt(int, int, int) - Method in interface com.comsol.model.GeomInfo
-
Gets adjacent entities in dimension toDim to entity fromIdx in dimension fromDim.
- getAdjExtOrient(int, int) - Method in interface com.comsol.model.GeomInfo
-
Get relative orientation between adjacent entities in dimensions fromDim to toDim.
- getAdjExtOrient(int, int, int) - Method in interface com.comsol.model.GeomInfo
-
Get relative orientation between entity fromIdx in dimension fromDim and its adjacent entities in dimension toDim.
- getAdjOrient(int, int) - Method in interface com.comsol.model.GeomInfo
-
Get relative orientation between adjacent entities in dimensions fromDim to toDim.
- getAdjOrient(int, int, int) - Method in interface com.comsol.model.GeomInfo
-
Get relative orientation between entity fromIdx in dimension fromDim and its adjacent entities in dimension toDim.
- getAdjSparse(int, int) - Method in interface com.comsol.model.GeomInfo
-
Deprecated.Use
GeomInfo.getAdj(int, int)
instead. - getAfter() - Method in interface com.comsol.model.NodeGroup
-
Returns the model entity which this group is placed after.
- getAllowedPropertyValues(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the set of allowed values for a parameter if it is a finite set of strings, null otherwise.
- getAllowedPropertyValues(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the set of allowed values for a property if it is a finite set of strings, null otherwise.
- getAllowedPropertyValues(String) - Method in interface com.comsol.model.PropFeature
-
Returns the set of allowed values for a property if it is a finite set of strings, null otherwise.
- getAttribute(String) - Method in interface com.comsol.model.GeomFeature
-
Get the current attribute value for the given name assigned to all output objects and entities of the geometry feature.
- getAxisUnits() - Method in interface com.comsol.model.ResultFeature
-
Returns the units of the coordinate axes for the plot group to which the feature belong; null for 1D plot groups.
- getBoolean(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a boolean.
- getBoolean(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a boolean.
- getBoolean(String) - Method in interface com.comsol.model.PropFeature
-
Gets boolean property.
- getBoolean(String, int) - Method in interface com.comsol.model.PropFeature
-
Gets boolean value from string vector property.
- getBoolean(String, String) - Method in interface com.comsol.model.PropFeature
-
Gets boolean value from string vector property.
- getBooleanArray(String) - Method in interface com.comsol.model.PropFeature
-
Gets boolean vector property.
- getBooleanMatrix(String) - Method in interface com.comsol.model.PropFeature
-
Gets boolean matrix property.
- getBoundaryElements(int, int) - Method in interface com.comsol.model.ResultFeature
-
Get the elements for the boundary of the current plot, if applicable.
- getBoundaryVolume() - Method in interface com.comsol.model.GeomMeasure
-
Get area or length of boundary corresponding to the selected entities.
- getBoundaryVolume() - Method in interface com.comsol.model.GeomMeasureFinal
-
Get area or length of boundary corresponding to the selected entities.
- getBoundingBox() - Method in interface com.comsol.model.GeomInfo
-
Returns bounding box.
- getBoundingBox() - Method in interface com.comsol.model.GeomMeasure
-
Returns bounding box of selection.
- getBoundingBox() - Method in interface com.comsol.model.GeomMeasureFinal
-
Returns bounding box of selection.
- getClusterStorage() - Method in interface com.comsol.model.SolverSequence
-
Gets the solution storage format on cluster.
- getColor(String, boolean) - Method in interface com.comsol.model.ResultFeature
-
Returns the color specified by a property.
- getColor(String, String) - Method in interface com.comsol.model.ResultFeature
-
Returns the color specified by a property.
- getColumnHeaders() - Method in interface com.comsol.model.TableBaseFeature
-
Get the table's column headers.
- getCompat() - Method in interface com.comsol.model.GeomExport
-
Get the COMSOL version to save mphtxt/mphbin file in.
- getComplex() - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real and imaginary values.
- getComplex(boolean) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real and imaginary values.
- getComplex(boolean, int) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real and imaginary values.
- getComplex(int) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real and imaginary values.
- getComsolVersion() - Method in interface com.comsol.model.Model
-
Get the COMSOL version used to save the model, or the current version if the model has never been saved.
- getComsolVersion() - Static method in class com.comsol.model.util.ModelUtil
-
Returns the current version of COMSOL.
- getConnectedEncryption() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Returns whether the currently connected server uses a secure connection or not, or
null
if not connected. - getConnectedHost() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Returns the host of the currently connected server, or
null
if not connected. - getConnectedPort() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Returns the port of the currently connected server, or
null
if not connected. - getContainer() - Method in interface com.comsol.model.PrimitiveModelEntity
-
Returns the parent entity that this entity is contained in.
- getControls() - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Controls of the model.
- getCoordinates() - Method in interface com.comsol.model.NumericalFeature
-
Get the coordinates from an
Eval
operation. - getData() - Method in interface com.comsol.model.NumericalFeature
-
Get the data from an
Eval
,Interp
orGlobal
operation. - getData(int) - Method in interface com.comsol.model.NumericalFeature
-
Get the data from an
Eval
,Interp
orGlobal
operation, for one specific expression as indicated by its 0-index. - getData(int, int, String) - Method in interface com.comsol.model.ResultFeature
-
Get the data vector for a specific data type.
- getDataMinMax(int, int, String) - Method in interface com.comsol.model.ResultFeature
-
Get the maximum and minimum data for a specific data type.
- getDataTypes(int) - Method in interface com.comsol.model.ResultFeature
-
Gets the available data types within the plot.
- getDblStringArray(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a matrix of strings.
- getDblStringArray(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a matrix of strings.
- getDefaultGeometryKernel() - Static method in class com.comsol.model.util.ModelUtil
-
Return the default geometry kernel.
- getDefaultSolnum() - Method in interface com.comsol.model.SolverSequence
-
Gets the default solution number.
- getDescriptions(String[]) - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Descriptions of properties.
- getDisplayString() - Method in interface com.comsol.model.PrimitiveModelEntity
-
Get the string describing this entity as shown in the GUI.
- getDouble(String) - Method in interface com.comsol.model.PropFeature
-
Gets double property.
- getDouble(String, int) - Method in interface com.comsol.model.PropFeature
-
Gets double value from double vector property.
- getDouble(String, String) - Method in interface com.comsol.model.PropFeature
-
Gets double value from double vector property.
- getDoubleArray(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a vector of doubles.
- getDoubleArray(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a vector of doubles.
- getDoubleArray(String) - Method in interface com.comsol.model.PropFeature
-
Gets double vector property.
- getDoubleMatrix(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a matrix of doubles.
- getDoubleMatrix(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a matrix of doubles.
- getDoubleMatrix(String) - Method in interface com.comsol.model.PropFeature
-
Gets double matrix property.
- getEdge() - Method in interface com.comsol.model.GeomInfo
-
Gets a low-level matrix description of edges in a real 2D or 3D geometry object represented using the COMSOL kernel.
- getElem(String) - Method in interface com.comsol.model.MeshData
-
Gets elements from the mesh.
- getElem(String) - Method in interface com.comsol.model.MeshSequence
-
Gets elements from the mesh.
- getElem(String, int, int) - Method in interface com.comsol.model.MeshData
-
Gets blocks of elements from the mesh.
- getElem(String, int, int) - Method in interface com.comsol.model.MeshSequence
-
Gets blocks of elements from the mesh.
- getElemEntity(String) - Method in interface com.comsol.model.MeshData
-
Gets geometric entity number for the elements of a specific type.
- getElemEntity(String) - Method in interface com.comsol.model.MeshSequence
-
Gets geometric entity number for the elements of a specific type.
- getElemEntity(String, int, int) - Method in interface com.comsol.model.MeshData
-
Gets blocks of geometric entity number for the elements of a specific type.
- getElemEntity(String, int, int) - Method in interface com.comsol.model.MeshSequence
-
Gets blocks of geometric entity number for the elements of a specific type.
- getElements() - Method in interface com.comsol.model.NumericalFeature
-
Get the elements from an
Eval
operation. - getElements(int, int) - Method in interface com.comsol.model.ResultFeature
-
Gets the elements of the plot.
- getEntityFromModelPath(String) - Method in interface com.comsol.model.Model
-
Returns the entity identified by the given path such that entity.resolveModelPath().equals(modelPath), or null if no such entity exists.
- getEntityPath(PrimitiveModelEntity, String) - Static method in class com.comsol.model.util.ModelUtil
-
Creates the path from the root of the model object for the given entity.
- getEntryKeyIndex(String, String) - Method in interface com.comsol.model.PropFeature
-
Returns the index of a given key in a property.
- getEntryKeys(String) - Method in interface com.comsol.model.PropFeature
-
Returns the possible entry keys for a given property.
- getErrorMessage() - Method in interface com.comsol.model.SolverSequence
-
Returns error message.
- getExpectedComputationTime() - Method in interface com.comsol.model.Model
-
Returns a text specifying the expected computation time.
- getFace() - Method in interface com.comsol.model.GeomInfo
-
Gets a low-level matrix description of faces in a real 3D geometry object represented using the COMSOL kernel.
- getFilePath() - Method in interface com.comsol.model.Model
-
Returns the absolute path of the model.
- getFilledImag() - Method in interface com.comsol.model.TableFeature
-
Get the imaginary data in the table on the filled format.
- getFilledReal() - Method in interface com.comsol.model.TableFeature
-
Get the real data in the table on the filled format.
- getGeomEntities(String) - Method in interface com.comsol.model.MeshSequence
-
Returns geometric entity indices for a certain mesh type.
- getGroups(int) - Method in interface com.comsol.model.ResultFeature
-
Retrieves the number of groups for a rendering type.
- getHiddenEntities() - Method in interface com.comsol.model.View
-
Returns an array of hidden entities in each dimension.
- getHiddenEntities(String) - Method in interface com.comsol.model.View
-
Returns an array of hidden entities in each dimension.
- getImag() - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the imaginary values.Data is ordered such that one row contains data for all solution numbers.
- getImag() - Method in interface com.comsol.model.TableBaseFeature
-
Get the imaginary data in the table.
- getImag(boolean, boolean) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the imaginary values.
- getImag(boolean, boolean, int) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the imaginary values.
- getImag(int) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the imaginary values.
- getImagData() - Method in interface com.comsol.model.NumericalFeature
-
Get imaginary data from an
Eval
,Interp
orGlobal
operation, The data is ordered data[expr][solnum][vertex]. - getImagData(int) - Method in interface com.comsol.model.NumericalFeature
-
Get imaginary data from an
Eval
,Interp
orGlobal
operation, for one specific expression as indicated by its 0-index. - getImagRow(int) - Method in interface com.comsol.model.TableBaseFeature
-
Get the imaginary data in a row (0-index).
- getIndices(int, int[]) - Method in interface com.comsol.model.SolutionInfo
-
Returns the one based indices available for a given level.
- getIndicies(int, int[]) - Method in interface com.comsol.model.SolutionInfo
-
Deprecated.Use
SolutionInfo.getIndices(int, int[])
instead. - getInfoTable(String) - Method in interface com.comsol.model.physics.FeatureInfo
-
Returns a table with information about all variables, weak equations, constraints, and shapes that the parent contributes with.
- getInfoTable(String, String...) - Method in interface com.comsol.model.physics.FeatureInfo
-
Returns a table with information about all variables, weak equations, constraints, and shapes that the parent contributes with.
- getInitialValue() - Method in interface com.comsol.model.BatchFeature
-
Computes initial value for the batch job.
- getInt(String) - Method in interface com.comsol.model.PropFeature
-
Gets integer property.
- getInt(String, int) - Method in interface com.comsol.model.PropFeature
-
Gets integer value from string vector property.
- getInt(String, String) - Method in interface com.comsol.model.PropFeature
-
Gets integer value from string vector property.
- getIntArray(String) - Method in interface com.comsol.model.PropFeature
-
Gets integer vector property.
- getIntMatrix(String) - Method in interface com.comsol.model.PropFeature
-
Gets integer matrix property.
- getISol(int, double) - Method in interface com.comsol.model.SolutionInfo
-
Returns the index-zero based solution object number for the time value
t
. - getISol(int, int) - Method in interface com.comsol.model.SolutionInfo
-
Returns the index-zero based solution object number and the index-zero based solution number within for the outer and inner solution numbers (outersolnum,innersolnum).
- getLastComputationTime() - Method in interface com.comsol.model.Model
-
Returns the last computation time in milliseconds.
- getLastComputationTime() - Method in interface com.comsol.model.Study
-
Returns the last computation time in milliseconds.
- getLastComputationTime(String) - Method in interface com.comsol.model.Model
-
Returns the last computation time in the given format.
- getLastComputationTime(String) - Method in interface com.comsol.model.Study
-
Returns the last computation time in the given format.
- getLengthUnit() - Method in interface com.comsol.model.GeomExport
-
Returns the length unit to use for CAD Import Module kernel geometry export to Parsolid format.
- getLengthUnitIGES() - Method in interface com.comsol.model.GeomExport
-
Returns the length unit to use for CAD Import Module kernel geometry export to IGES format.
- getLengthUnitSTEP() - Method in interface com.comsol.model.GeomExport
-
Returns the length unit to use for CAD Import Module kernel geometry export to STEP format.
- getLevelDescription(int) - Method in interface com.comsol.model.SolutionInfo
-
Get a descriptive 'value' string for one parametric level.
- getLevelNames() - Method in interface com.comsol.model.SolutionInfo
-
Get the names of the different levels.
- getLevels() - Method in interface com.comsol.model.SolutionInfo
-
Get the number of levels in this solution.
- getM(String) - Method in interface com.comsol.model.ReducedModel
-
Returns number of rows in matrix.
- getM(String) - Method in interface com.comsol.model.SolverFeature
-
Returns number of rows in matrix.
- getMatrices() - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Reduced model matrices.
- getMaxDimension(String) - Method in interface com.comsol.model.MeshStatistics
-
Gets maximum dimension of mesh of a certain type.
- getMaxGrowthRate() - Method in interface com.comsol.model.MeshSequence
-
Retrieves the maximum growth rate in mesh.
- getMaxGrowthRate() - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the maximum growth rate in mesh.
- getMaxInner(int[]) - Method in interface com.comsol.model.SolutionInfo
-
Returns the maximum number of inner solutions for the given outer solution numbers.
- getMaxLevels() - Method in interface com.comsol.model.SolutionInfo
-
The maximal number of levels any solution can have.
- getMaxVolume() - Method in interface com.comsol.model.MeshSequence
-
Returns the maximum element volume.
- getMaxVolume() - Method in interface com.comsol.model.MeshStatistics
-
Gets the maximum volume of an element.
- getMaxVolume(String) - Method in interface com.comsol.model.MeshSequence
-
Returns the maximum element volume of a certain element type.
- getMaxVolume(String) - Method in interface com.comsol.model.MeshStatistics
-
Gets the maximum volume of a certain element type.
- getMeanGrowthRate() - Method in interface com.comsol.model.MeshSequence
-
Retrieves the mean growth rate in mesh.
- getMeanGrowthRate() - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the mean growth rate in mesh.
- getMeanQuality() - Method in interface com.comsol.model.MeshSequence
-
Retrieves the mean quality in mesh.
- getMeanQuality() - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the mean quality in mesh.
- getMeanQuality(String) - Method in interface com.comsol.model.MeshSequence
-
Retrieves the mean quality in mesh of a certain element type.
- getMeanQuality(String) - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the mean quality in mesh of a certain element type.
- getMesh(String) - Method in interface com.comsol.model.SolverSequence
-
Returns mesh tag.
- getMesh(String, int) - Method in interface com.comsol.model.SolverSequence
-
Returns mesh tag.
- getMinQuality() - Method in interface com.comsol.model.MeshSequence
-
Retrieves the minimal quality in mesh.
- getMinQuality() - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the minimal quality in mesh.
- getMinQuality(String) - Method in interface com.comsol.model.MeshSequence
-
Retrieves the minimal quality in mesh of a certain element type.
- getMinQuality(String) - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the minimal quality in mesh of a certain element type.
- getMinVolume() - Method in interface com.comsol.model.MeshSequence
-
Returns the minimum element volume.
- getMinVolume() - Method in interface com.comsol.model.MeshStatistics
-
Gets the minimum volume of element.
- getMinVolume(String) - Method in interface com.comsol.model.MeshSequence
-
Returns the minimum element volume of a certain element type.
- getMinVolume(String) - Method in interface com.comsol.model.MeshStatistics
-
Gets the minimum volume of a certain element type.
- getModelTags() - Method in class com.comsol.model.util.ModelChangeInfo
- getModifier(int) - Method in interface com.comsol.model.ElemFeature
-
Returns the value of the modifier flag.
- getN(String) - Method in interface com.comsol.model.ReducedModel
-
Returns number of columns in matrix.
- getN(String) - Method in interface com.comsol.model.SolverFeature
-
Returns number of columns in matrix.
- getName(int) - Method in interface com.comsol.model.SolutionInfo
-
Get the parameter name for the loop level.
- getNBoundaries() - Method in interface com.comsol.model.GeomInfo
-
Gets number of boundaries.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNData() - Method in interface com.comsol.model.NumericalFeature
-
Get the number of data vectors in the result.
- getNData(int) - Method in interface com.comsol.model.NumericalFeature
-
Get the number of data vectors in the result for a given outersolnum.
- getNDomains() - Method in interface com.comsol.model.GeomInfo
-
Gets number of domains.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNEdges() - Method in interface com.comsol.model.GeomInfo
-
Gets number of edges.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNEntities() - Method in interface com.comsol.model.GeomInfo
-
Gets number of entities of each dimension.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNEntities() - Method in interface com.comsol.model.GeomMeasure
-
Gets number of entities of each dimension.
- getNEntities() - Method in interface com.comsol.model.GeomMeasureFinal
-
Gets number of entities of each dimension.
- getNEntitiesMesh() - Method in interface com.comsol.model.GeomInfo
-
Get number of entities in mesh control geometry.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNFaces() - Method in interface com.comsol.model.GeomInfo
-
Gets number of faces.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNFiniteVoids() - Method in interface com.comsol.model.GeomInfo
-
Gets number of finite void regions.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getNnz(String) - Method in interface com.comsol.model.ReducedModel
-
Get number of non-zeros in sparse matrix.
- getNnz(String) - Method in interface com.comsol.model.SolverFeature
-
Get number of non-zeros in sparse matrix.
- getNormals(int, int) - Method in interface com.comsol.model.ResultFeature
-
Gets the vertex normals.
- getNRows() - Method in interface com.comsol.model.TableBaseFeature
-
Get the number of rows in the table.
- getNU(String) - Method in interface com.comsol.model.SolverSequence
-
Returns the number of solutions stored of a type.
- getNumElem() - Method in interface com.comsol.model.MeshSequence
-
Gets the number of elements in a mesh.
- getNumElem() - Method in interface com.comsol.model.MeshStatistics
-
Gets the number of elements.
- getNumElem(String) - Method in interface com.comsol.model.MeshData
-
Gets the number of elements of a specific type.
- getNumElem(String) - Method in interface com.comsol.model.MeshSequence
-
Gets the number of elements of a certain mesh type.
- getNumElem(String) - Method in interface com.comsol.model.MeshStatistics
-
Gets the number of elements of a specific type.
- getNumVertex() - Method in interface com.comsol.model.MeshData
-
Gets the number of mesh vertices in a mesh.
- getNumVertex() - Method in interface com.comsol.model.MeshSequence
-
Gets number of mesh vertices.
- getNumVertex() - Method in interface com.comsol.model.MeshStatistics
-
Gets the number of mesh vertices (in the selection) .
- getNVertices() - Method in interface com.comsol.model.GeomInfo
-
Gets number of vertices.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getOpenGeometryKernel() - Static method in class com.comsol.model.util.ModelUtil
-
Returns the geometry kernel to use when opening a model.
- getOuterSolnum() - Method in interface com.comsol.model.SolutionInfo
-
Returns the one based indices for the outer solutions.
- getOutputs() - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Outputs of the model.
- getParameters() - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Parameters of the model.
- getParamNames() - Method in interface com.comsol.model.SolverSequence
-
Returns the parameter names.
- getParamVals() - Method in interface com.comsol.model.SolverSequence
-
Returns the parameter values.
- getPartitioningMethod() - Method in interface com.comsol.model.SolverSequence
-
Gets the partitioning method on cluster.
- getPEdge() - Method in interface com.comsol.model.GeomInfo
-
Gets a low-level matrix description of parameter edges in a real 3D geometry object represented using the COMSOL kernel.
- getPlotGroup() - Method in interface com.comsol.model.ResultFeature
-
Resolves the plot group this result feature belongs to.
- getPNames() - Method in interface com.comsol.model.SolverSequence
-
Gets parameter names.
- getPNames(int[][]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves parameter names for the parameters associated with the solutions specified by one-based solnums.
- getPNamesOuter() - Method in interface com.comsol.model.SolutionInfo
-
Get the subset of parameter names that are looped by an outer parametric sweep.
- getPreference(String) - Static method in class com.comsol.model.util.ModelUtil
-
Returns the value of a preference.
- getPUnitsOuter() - Method in interface com.comsol.model.SolutionInfo
-
Get the units for the subset of parameters that are looped by an outer parametric sweep.
- getPvals(int[][]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves the real part of the parameter values for the parameters associated with the solutions specified by one-based solnums.
- getPVals() - Method in interface com.comsol.model.SolverSequence
-
Returns for a solution of Parametric type the real part of all the parameter values stored.
- getPVals(int) - Method in interface com.comsol.model.SolverSequence
-
Returns for a solution of Parametric type the real part of all the parameter values stored for a solution number.
- getPvalsImag(int[][]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves the imaginary part of the parameter values for the parameters associated with the solutions specified by one-based solnums.
- getPValsImag() - Method in interface com.comsol.model.SolverSequence
-
Gets the imaginary part of the parameter values for the default solution number.
- getPValsImag(int) - Method in interface com.comsol.model.SolverSequence
-
Gets the imaginary part of the parameter values for a solution number.
- getPVertex() - Method in interface com.comsol.model.GeomInfo
-
Gets a low-level matrix description of parameter vertices in a real 3D geometry object represented using the COMSOL kernel.
- getQualityDistr(int) - Method in interface com.comsol.model.MeshSequence
-
Retrieves the quality distribution.
- getQualityDistr(int) - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the quality distribution.
- getQualityDistr(String, int) - Method in interface com.comsol.model.MeshSequence
-
Retrieves the quality distribution of a certain element type.
- getQualityDistr(String, int) - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the quality distribution of a certain element type.
- getQualityMeasure() - Method in interface com.comsol.model.MeshStatistics
-
Retrieves the quality measure.
- getReal() - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real values.
- getReal() - Method in interface com.comsol.model.TableBaseFeature
-
Get the real data in the table.
- getReal(boolean) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real values.
- getReal(boolean, int) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real values.
- getReal(int) - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result (or fetch it from the cache) and return the real values.
- getRealRow(int) - Method in interface com.comsol.model.TableBaseFeature
-
Get the real data in a row (0-index).
- getRecoveryDir(String) - Static method in class com.comsol.model.util.ModelUtil
-
Returns a path to the recovery directory for a model.
- getReferenceArray(String) - Method in interface com.comsol.model.PropFeature
-
Deprecated.Shouldn't be used.
- getReferenceArray(String) - Method in interface com.comsol.model.SelectionFeature
-
Deprecated.Shouldn't be used.
- getRenderGroups() - Method in interface com.comsol.model.ResultFeature
-
Returns the number of rendering types within the plot.
- getRowHeaders() - Method in interface com.comsol.model.TableBaseFeature
-
Get the table's row headers.
- getSD() - Method in interface com.comsol.model.GeomInfo
-
Returns the domain index for each vertex.
- getSDim() - Method in interface com.comsol.model.GeomInfo
-
Returns the space dimension.
- getSDim() - Method in interface com.comsol.model.MeshSequence
-
Gets space dimension of mesh.
- getSDim() - Method in interface com.comsol.model.ResultFeature
-
Get this feature's space dimension.
- getSDim() - Method in interface com.comsol.model.View
-
Gets space dimension of view.
- getSectionLevel() - Method in interface com.comsol.model.ReportFeature
-
Gets the section level.
- getSequenceType() - Method in interface com.comsol.model.SolverSequence
-
Get sequence type.
- getSize() - Method in interface com.comsol.model.SolverSequence
-
Returns an array of sizes for the solution data.
- getSize(int) - Method in interface com.comsol.model.SolverSequence
-
Returns an array of sizes for the solution data.
- getSizeMulti() - Method in interface com.comsol.model.SolverSequence
-
Returns an array of sizes for the solution data.
- getSol(int) - Method in interface com.comsol.model.SolutionInfo
-
Returns the solver sequence tag for the index one based outer solution number outersolnum.
- getSolDescriptions(int, int[], boolean, boolean) - Method in interface com.comsol.model.SolutionInfo
-
Get the descriptions for the solutions in this level, one string for each solution.
- getSolnum(int, boolean) - Method in interface com.comsol.model.SolutionInfo
-
Returns the one based inner solution numbers for the outer solution number outersolnum.
- getSolnums(String[]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves a list of one-based tuples (outersolnum, innersolnum) for all solutions that match all pnames.
- getSolutioninfo() - Method in interface com.comsol.model.SolverSequence
-
Returns solution info object.
- getSolverSequence(int) - Method in interface com.comsol.model.SolutionInfo
-
Returns the SolverSequence associated with the given one-based outersolnum.
- getSolverSequences(String) - Method in interface com.comsol.model.Study
-
Returns the tags for the solver sequences of a certain type related to this study.
- getSparseMatrixCol(String) - Method in interface com.comsol.model.ReducedModel
-
Returns column indices of matrix values.
- getSparseMatrixCol(String) - Method in interface com.comsol.model.SolverFeature
-
Returns column indices of matrix values.
- getSparseMatrixColBlock(String, int, int) - Method in interface com.comsol.model.SolverFeature
-
A blocked version of getSparseMatrixCol.
- getSparseMatrixRow(String) - Method in interface com.comsol.model.ReducedModel
-
Returns row indices of matrix values.
- getSparseMatrixRow(String) - Method in interface com.comsol.model.SolverFeature
-
Returns row indices of matrix values.
- getSparseMatrixRowBlock(String, int, int) - Method in interface com.comsol.model.SolverFeature
-
A blocked version of getSparseMatrixRow.
- getSparseMatrixVal(String) - Method in interface com.comsol.model.ReducedModel
-
Returns matrix values.
- getSparseMatrixVal(String) - Method in interface com.comsol.model.SolverFeature
-
Returns matrix values.
- getSparseMatrixValBlock(String, int, int) - Method in interface com.comsol.model.SolverFeature
-
A blocked version of getSparseMatrixVal.
- getSparseMatrixValImag(String) - Method in interface com.comsol.model.ReducedModel
-
Returns imaginary matrix values.
- getSparseMatrixValImag(String) - Method in interface com.comsol.model.SolverFeature
-
Returns imaginary matrix values.
- getSparseMatrixValImagBlock(String, int, int) - Method in interface com.comsol.model.SolverFeature
-
A blocked version of getVectorImag.
- getSplitInManifold() - Method in interface com.comsol.model.GeomExport
-
True if export to Parasolid format is split in manifold objects.
- getSplitLevelDescriptions() - Method in interface com.comsol.model.SolutionInfo
-
Get the description of the different levels, split into an array for the case when there is more than one.
- getSplitLevelNames() - Method in interface com.comsol.model.SolutionInfo
-
Get the names of the different levels, split into an array for the case when there is more than one.
- getSplitLevelUnits() - Method in interface com.comsol.model.SolutionInfo
-
Get the units of the different levels, split into an array for the case when there is more than one.
- getSplitName(int) - Method in interface com.comsol.model.SolutionInfo
-
Returns all parameter names for the level.
- getSplitUnit(int) - Method in interface com.comsol.model.SolutionInfo
-
Returns all parameter units for the level.
- getStartEnd() - Method in interface com.comsol.model.GeomInfo
-
Returns a 2 x (number of edges) matrix with start and end vertices for edges.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getSTLFormat() - Method in interface com.comsol.model.GeomExport
-
Returns the STL file type (
binary
ortext
).The default value isbinary
. - getSTLFormat() - Method in interface com.comsol.model.MeshExport
-
Deprecated.Use getString("stlformat") instead.
- getString(String) - Method in interface com.comsol.model.MaterialList
-
Gets string property.
- getString(String) - Method in interface com.comsol.model.MaterialModel
-
Returns the string value of the given parameter.
- getString(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a string.
- getString(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a string.
- getString(String) - Method in interface com.comsol.model.PropFeature
-
Gets string property.
- getString(String, int) - Method in interface com.comsol.model.PropFeature
-
Gets string value from string vector property.
- getString(String, int, int) - Method in interface com.comsol.model.PropFeature
-
Gets string value from string matrix property.
- getString(String, String) - Method in interface com.comsol.model.PropFeature
-
Gets string value from string vector property.
- getStringArray(String) - Method in interface com.comsol.model.MaterialList
-
Gets vector string property.
- getStringArray(String) - Method in interface com.comsol.model.MaterialModel
-
Returns the string array value of the given parameter.
- getStringArray(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a vector of strings.
- getStringArray(String) - Method in interface com.comsol.model.physics.FeatureInfo
-
Returns the user-defined expressions for the first definition.
- getStringArray(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a vector of strings.
- getStringArray(String) - Method in interface com.comsol.model.PropFeature
-
Gets string vector property.
- getStringArray(String, int) - Method in interface com.comsol.model.physics.FeatureInfo
-
Returns the user-defined expressions for the given definition.
- getStringArrayPreference(String) - Static method in class com.comsol.model.util.ModelUtil
-
Returns the value of a string array preference.
- getStringMatrix(String) - Method in interface com.comsol.model.MaterialList
-
Gets vector matrix property.
- getStringMatrix(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the value as a matrix of strings.
- getStringMatrix(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the value as a matrix of strings.
- getStringMatrix(String) - Method in interface com.comsol.model.PropFeature
-
Gets string matrix property.
- getTableData(boolean) - Method in interface com.comsol.model.TableBaseFeature
-
Get the table data as a string matrix, with or without full precision.
- getTableRow(int, boolean) - Method in interface com.comsol.model.TableBaseFeature
-
Get the table data of one row as a string array.
- getThumbnail() - Method in interface com.comsol.model.Model
-
Get the path to the thumbnail file.
- getTimeOut() - Method in class com.comsol.model.util.ServerBusyHandler
- getType() - Method in interface com.comsol.model.GeomInfo
-
Returns the object type: solid, surface, curve, point, mixed, or empty.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getType() - Method in interface com.comsol.model.ModelNode
-
Get the type identifier of this component.
- getType() - Method in interface com.comsol.model.physics.MultiphysicsCoupling
-
Gets the type identification.
- getType() - Method in interface com.comsol.model.physics.Physics
-
Get the type identification.
- getType() - Method in interface com.comsol.model.physics.PhysicsFeature
-
Gets the type identification.
- getType() - Method in interface com.comsol.model.PropFeature
-
Get the type identifier.
- getType() - Method in interface com.comsol.model.SolverSequence
-
Get solution type.
- getTypeDescriptions() - Method in interface com.comsol.model.MeshStatistics
-
Gets the element type descriptions.
- getTypes() - Method in interface com.comsol.model.MeshData
-
Gets the element types in the mesh.
- getTypes() - Method in interface com.comsol.model.MeshSequence
-
Returns the types in a mesh.
- getTypes() - Method in interface com.comsol.model.MeshStatistics
-
Gets the element types in the mesh.
- getU() - Method in interface com.comsol.model.SolverSequence
-
Retrieves the real part of the solution vector using a default solution number.
- getU(int) - Method in interface com.comsol.model.SolverSequence
-
Returns the real part of the solution vector for a solution number.
- getU(int, String) - Method in interface com.comsol.model.SolverSequence
-
Returns the real part of the solution vector for a solution number.
- getU(int, String, int) - Method in interface com.comsol.model.SolverSequence
-
Returns the real part of the solution vector for a solution number.
- getUBlock(int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of real part of the solution vector solution for a default solution number.
- getUBlock(int, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of real part of the solution vector solution for a default solution number.
- getUBlock(int, String, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of real part of the solution vector solution for a default solution number.
- getUBlock(int, String, int, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of real part of the solution vector solution for a default solution number.
- getUDot() - Method in interface com.comsol.model.SolverSequence
-
Gets real part of the first time-derivative of the solution vector.
- getUDot(int) - Method in interface com.comsol.model.SolverSequence
-
Gets real part of the first time-derivative of the solution vector for a solution number.
- getUDotBlock(int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of real part of the time-derivative of the solution vector solution for a default solution number.
- getUDotBlock(int, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of real part of the time-derivative of the solution vector solution for a default solution number.
- getUDotImag() - Method in interface com.comsol.model.SolverSequence
-
Gets imaginary part of first time-derivative solution vector for the default solution number.
- getUDotImag(int) - Method in interface com.comsol.model.SolverSequence
-
Gets imaginary part of first time-derivative solution vector for the default solution number.
- getUDotImagBlock(int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of imaginary part of the time-derivative of the solution vector solution for a default solution number.
- getUDotImagBlock(int, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of imaginary part of the time-derivative of the solution vector solution for a default solution number.
- getUImag() - Method in interface com.comsol.model.SolverSequence
-
Gets imaginary part of the solution vector for default solution number.
- getUImag(int) - Method in interface com.comsol.model.SolverSequence
-
Gets imaginary part of the solution vector for a solution number.
- getUImag(int, String) - Method in interface com.comsol.model.SolverSequence
-
Gets imaginary part of the solution vector for a solution number.
- getUImag(int, String, int) - Method in interface com.comsol.model.SolverSequence
-
Gets imaginary part of the solution vector for a solution number.
- getUImagBlock(int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of imaginary part of the solution vector solution for a default solution number.
- getUImagBlock(int, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of imaginary part of the solution vector solution for a default solution number.
- getUImagBlock(int, String, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of imaginary part of the solution vector solution for a default solution number.
- getUImagBlock(int, String, int, int, int) - Method in interface com.comsol.model.SolverSequence
-
Gets blocks of imaginary part of the solution vector solution for a default solution number.
- getUniquePvals(String, int[][]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves the real part of all parameter values (without duplicates) for the parameter pname in the solutions associated with solnums.
- getUniquePvalsImag(String, int[][]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves the imaginary part of all imaginary parameter values (without duplicates) for the parameter pname in the solutions associated with solnums.
- getUnit(String) - Method in interface com.comsol.model.SolutionInfo
-
Get the unit of the given parameter.
- getUnits(int[][]) - Method in interface com.comsol.model.SolutionInfo
-
Retrieves units for the parameters associated with the solutions specified by one-based solnums.
- getUpDown() - Method in interface com.comsol.model.GeomInfo
-
Returns the up and down domain number for all boundaries in the first and second row of the returned matrix.
- getUpDownExt() - Method in interface com.comsol.model.GeomInfo
-
Returns the up and down domain number for all boundaries in the first and second row of the returned matrix, using the extended domain numbering.
- getUsedProducts() - Method in interface com.comsol.model.Model
-
Returns the products that this model uses.
- getVals(int, int[]) - Method in interface com.comsol.model.SolutionInfo
-
Returns the parameter values for a level.
- getValsImag(int, int[]) - Method in interface com.comsol.model.SolutionInfo
-
Returns the imaginary part of the parameter values for a level.
- getValues(String[]) - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Get values of the model.
- getValueType(String) - Method in interface com.comsol.model.MaterialModel
-
Returns the main data type which a parameter can return.
- getValueType(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the main data type which a parameter can return.
- getValueType(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the main data type which a parameter can return.
- getValueType(String) - Method in interface com.comsol.model.PropFeature
-
Returns the main data type which a property can return.
- getVector(String) - Method in interface com.comsol.model.ReducedModel
-
Returns the real vector associated with the matrix type.
- getVector(String) - Method in interface com.comsol.model.SolverFeature
-
Returns the real vector associated with the matrix type.
- getVectorBlock(String, int, int) - Method in interface com.comsol.model.SolverFeature
-
A blocked version of getVector.
- getVectorImag(String) - Method in interface com.comsol.model.ReducedModel
-
Get the imaginary part of the vector associated with the matrix type.
- getVectorImag(String) - Method in interface com.comsol.model.SolverFeature
-
Get the imaginary part of the vector associated with the matrix type.
- getVectorImagBlock(String, int, int) - Method in interface com.comsol.model.SolverFeature
-
A blocked version of getSparseMatrixValImag.
- getVectors() - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Reduced model vectors.
- getVertex() - Method in interface com.comsol.model.GeomInfo
-
Gets a low-level matrix description of vertices in a real geometry object represented using the COMSOL kernel.
- getVertex() - Method in interface com.comsol.model.MeshData
-
Gets the coordinates of the mesh vertices.
- getVertex() - Method in interface com.comsol.model.MeshSequence
-
Gets the coordinates of the mesh vertices.
- getVertex(int, int) - Method in interface com.comsol.model.MeshData
-
Gets block of coordinates of the mesh vertices.
- getVertex(int, int) - Method in interface com.comsol.model.MeshSequence
-
Gets block of coordinates of the mesh vertices.
- getVertexCoord() - Method in interface com.comsol.model.GeomInfo
-
Get vertex coordinates as a sdim x (number of vertices) matrix.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - getVertexDomain() - Method in interface com.comsol.model.GeomInfo
-
Returns the domain index for each vertex.
- getVertexElements() - Method in interface com.comsol.model.NumericalFeature
-
Get the element each vertex belongs to from an
Eval
operation. - getVertexElements(int, int) - Method in interface com.comsol.model.ResultFeature
-
Gets the element each vertex belongs to.
- getVertices(int, int) - Method in interface com.comsol.model.ResultFeature
-
Gets the vertex coordinates.
- getVolume() - Method in interface com.comsol.model.GeomMeasure
-
Gets volume, area, or length of the selected entities.
- getVolume() - Method in interface com.comsol.model.GeomMeasureFinal
-
Gets volume, area, or length of the selected entities.
- getVolume() - Method in interface com.comsol.model.MeshSequence
-
Gets the total mesh volume.
- getVolume() - Method in interface com.comsol.model.MeshStatistics
-
Gets total volume of mesh.
- getVolume(String) - Method in interface com.comsol.model.MeshSequence
-
Gets the total mesh volume for a certain element type.
- getVolume(String) - Method in interface com.comsol.model.MeshStatistics
-
Gets total volume of the mesh for a certain element type.
- getVtx() - Method in interface com.comsol.model.GeomInfo
-
Gets vertex coordinates and domain numbers.
- getVtxCoord() - Method in interface com.comsol.model.GeomMeasure
-
Gets average coordinates for selected vertices.
- getVtxCoord() - Method in interface com.comsol.model.GeomMeasureFinal
-
Gets average coordinates for selected vertices.
- getVtxDistance() - Method in interface com.comsol.model.GeomMeasure
-
Gets distances between selected coordinates.
- getVtxDistance() - Method in interface com.comsol.model.GeomMeasureFinal
-
Gets distances between selected coordinates.
- getWarningMessage() - Method in interface com.comsol.model.SolverSequence
-
Returns warning message.
- global() - Method in interface com.comsol.model.Constr
-
Returns the number of components in a global constraint, or -1 if the constraint is shape function-based.
- global() - Method in interface com.comsol.model.Selection
-
Makes the selection global.
- global(int) - Method in interface com.comsol.model.Constr
-
Sets the number of components of a global constraint.
- group() - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Returns the group numbers for the selected groups.
- group() - Method in interface com.comsol.model.Model
-
Returns all groups.
- group() - Method in interface com.comsol.model.ModelParam
-
Returns all parameter groups in the parameters.
- group(String) - Method in interface com.comsol.model.Model
-
Returns a group.
- group(String) - Method in interface com.comsol.model.ModelParam
-
Returns a parameter group with the given tag.
- Group - Interface in com.comsol.model
-
A Group is a definition of a custom identifier which can be used to group physics features together for easier access in load cases.
- groupBySpaceDimension() - Method in interface com.comsol.model.physics.Physics
-
Whether to group nodes by space dimension.
- groupByType() - Method in interface com.comsol.model.AbstractModel
-
Whether to group nodes by types.
- groupEntities(int) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Returns the entity numbers of the specified detail group.
- GroupList - Interface in com.comsol.model
-
The group list contains all Group objects in the model.
- groupNames() - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Returns a list of names of the groups found.
- groupObject(int) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Returns the name of the geometry object that contains the specified detail group.
H
- handleCosimCallback(double, double[], double[], double[], double[]) - Method in interface com.comsol.model.util.CosimCallbackHandler
-
Handle a cosimulation callback.
- handleModelChangeOnServer(ModelChangeInfo) - Method in interface com.comsol.model.util.ModelChangedHandler
-
Called when another client has changed any models in use by this client.
- hasAutoSelection() - Method in interface com.comsol.model.Pair
-
True if pair was created automatically when building geometry.
- hasCadRep() - Method in interface com.comsol.model.GeomInfo
-
Checks if this is a 3D geometry represented using the CAD kernel.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - hasError() - Method in interface com.comsol.model.GeomMeshFeature
-
Checks if feature has error.
- hasError() - Method in interface com.comsol.model.SolverFeature
-
Check for error in solver feature.
- hasParam(String) - Method in interface com.comsol.model.MaterialModel
-
Returns true if the parameter is defined by the material model.
- hasParam(String) - Method in interface com.comsol.model.ParameterContainer
-
Check if the object has parameters.
- hasProblem() - Method in interface com.comsol.model.GeomMeshFeature
-
Checks if feature has problem.
- hasProblem() - Method in interface com.comsol.model.SolverFeature
-
Check for problem in solver feature.
- hasProblems() - Method in interface com.comsol.model.MeshSequence
-
Returns
true
if sequence has problems. - hasProblems() - Method in interface com.comsol.model.SolverSequence
-
Returns
true
if solver sequence has problems. - hasProduct(String...) - Static method in class com.comsol.model.util.ModelUtil
-
Return true if the license allows to run the specified products.
- hasProductForFile(String) - Static method in class com.comsol.model.util.ModelUtil
-
Return true if the license contains products required to open an mph file.
- hasProductForFileOnServer(String) - Static method in class com.comsol.model.util.ModelUtil
-
Return true if the license contains products required to open an mph file located on the server filesystem.
- hasProperty(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns true if this feature supports a given parameter.
- hasProperty(String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns true if this feature supports a given property.
- hasProperty(String) - Method in interface com.comsol.model.PropFeature
-
Returns true if this feature supports a given property.
- hasSecondOrderElements() - Method in interface com.comsol.model.MeshSequence
-
Returns
true
if the mesh has second order elements. - hasSelection() - Method in interface com.comsol.model.PropFeature
-
Test if the object has selection.
- hasWarning() - Method in interface com.comsol.model.GeomMeshFeature
-
Checks if feature has warning.
- hasWarning() - Method in interface com.comsol.model.ResultBaseFeature
-
Checks if feature has warning.
- hasWarning() - Method in interface com.comsol.model.SolverFeature
-
Check for warnings in solver feature.
- help() - Method in interface com.comsol.model.ModelEntity
-
Returns a URL to an HTML document with help text for a child of this entity.
- help(String) - Method in interface com.comsol.model.ModelEntity
-
Returns a URL to an HTML document with help text for a child of this entity.
- HideDraw - Interface in com.comsol.model
-
Hide feature with geometry objects.
- HideDrawList - Interface in com.comsol.model
-
List of hide features with geometry objects.
- hideEntities() - Method in interface com.comsol.model.ViewBase
-
Returns the hide features for geometric entities.
- hideEntities(String) - Method in interface com.comsol.model.ViewBase
-
Returns a hide features for geometric entities.
- HideGeom - Interface in com.comsol.model
-
Hide feature with geometric entities.
- HideGeomList - Interface in com.comsol.model
-
List of hide features with geometric entities.
- hideMesh() - Method in interface com.comsol.model.ViewBase
-
Returns the hide features for imported mesh.
- hideMesh(String) - Method in interface com.comsol.model.ViewBase
-
Returns a hide feature for imported mesh.
- HideMesh - Interface in com.comsol.model
-
Hide feature with mesh entities.
- HideMeshList - Interface in com.comsol.model
-
List of hide features with geometric entities.
- hideObjects() - Method in interface com.comsol.model.ViewBase
-
Returns the hide features for geometry objects.
- hideObjects(String) - Method in interface com.comsol.model.ViewBase
-
Returns a hide features for geometry objects.
- hist() - Method in interface com.comsol.model.Model
-
Returns the model history.
- History - Interface in com.comsol.model
-
Modeling history.
I
- icon() - Method in interface com.comsol.model.ModelEntity
-
Returns the icon used in the Model Builder for this entity.
- identifier() - Method in interface com.comsol.model.Frame
-
Returns the frame's identifier.
- identifier() - Method in interface com.comsol.model.Group
-
Deprecated.Use
Group.paramName()
instead. - identifier() - Method in interface com.comsol.model.Material
-
Deprecated.Use
ModelEntity.tag()
instead. - identifier() - Method in interface com.comsol.model.MaterialModel
-
Deprecated.Use
ModelEntity.tag()
instead. - identifier() - Method in interface com.comsol.model.ModelNode
-
Deprecated.Returns the node's identifier. @deprecated Use
ModelEntity.tag()
instead. - identifier() - Method in interface com.comsol.model.physics.MultiphysicsCoupling
-
Deprecated.Use
ModelEntity.tag()
instead. - identifier() - Method in interface com.comsol.model.physics.Physics
-
Deprecated.Use
ModelEntity.tag()
instead. - identifier(String) - Method in interface com.comsol.model.Group
-
Deprecated.Use
Group.paramName(String)
instead. - identifier(String) - Method in interface com.comsol.model.Material
-
Deprecated.Use
ModelEntity.tag(String)
instead. - identifier(String) - Method in interface com.comsol.model.MaterialModel
-
Deprecated.Use
ModelEntity.tag(String)
instead. - identifier(String) - Method in interface com.comsol.model.ModelNode
-
Deprecated.Sets the node's identifier. @deprecated Use
ModelEntity.tag(String)
instead. - identifier(String) - Method in interface com.comsol.model.physics.MultiphysicsCoupling
-
Deprecated.Use
ModelEntity.tag(String)
instead. - identifier(String) - Method in interface com.comsol.model.physics.Physics
-
Deprecated.Use
ModelEntity.tag(String)
instead. - IListMove - Interface in com.comsol.model
-
Interface for a list supporting the move operation.
- image() - Method in interface com.comsol.model.IPlotAndImageExport
-
Plotting and image export.
- imageColorTheme() - Method in interface com.comsol.model.Model
-
Returns the default color theme used for image export.
- imageColorTheme(String) - Method in interface com.comsol.model.Model
-
Sets the default color theme to be used for image export.
- impl() - Static method in class com.comsol.model.util.ModelUtil
- importData() - Method in interface com.comsol.model.CommonFeature
-
Import data.
- importData() - Method in interface com.comsol.model.FunctionFeature
-
Import data.
- importData() - Method in interface com.comsol.model.GeomFeature
-
Update the output geometry objects of this feature to account for the following external changes:
1. - importData() - Method in interface com.comsol.model.GeomMeshFeature
-
Update the output geometry objects of this feature or the mesh to account for the following external changes:
1. - importData() - Method in interface com.comsol.model.MeshFeature
-
Update the output mesh to account for the following external changes:
1. - importData() - Method in interface com.comsol.model.physics.PhysicsFeature
-
Import data.
- importData() - Method in interface com.comsol.model.StudyFeature
-
Import data.
- importData(String) - Method in interface com.comsol.model.CommonFeature
-
Import data from specified file.
- importData(String) - Method in interface com.comsol.model.FunctionFeature
-
Import data from specified file.
- importData(String) - Method in interface com.comsol.model.StudyFeature
-
Import data from specified file.
- importData(String) - Method in interface com.comsol.model.TableFeature
-
Fill the table with real or complex data from a file.
- importFile() - Method in interface com.comsol.model.ResultFeature
-
Import the file that this plot feature uses.
- importImage() - Method in interface com.comsol.model.ExternalInterfaceFeature
-
Import image.
- importReducedModel(String, String) - Method in interface com.comsol.model.ReducedModelList
-
Imports a reduced model instance from a given archive.
- importTemplateFile() - Method in interface com.comsol.model.ReportFeature
-
Imports the currently specified imported CSS-file or Microsoft Word or PowerPoint template.
- importTemplateFile(String) - Method in interface com.comsol.model.ReportFeature
-
Imports a imported CSS-file or Microsoft Word or PowerPoint template from the specified file.
- importToTable() - Method in interface com.comsol.model.GeomFeature
-
Import data from a file to a table.
- inContactName() - Method in interface com.comsol.model.Pair
-
Gets name of in-contact variable that evaluates to zero or one depending on if the pair is in contact.
- index(String) - Method in interface com.comsol.model.ModelEntityList
-
Returns the position in the list of the object with the given tag.
- info() - Method in interface com.comsol.model.Material
-
Returns a list of material information objects.
- info() - Method in interface com.comsol.model.MaterialModel
-
Returns the information objects for the material model.
- info() - Method in interface com.comsol.model.MeshSequence
-
Returns mesh information object.
- info(String) - Method in interface com.comsol.model.Material
-
Returns a material information object.
- info(String) - Method in interface com.comsol.model.MaterialModel
-
Returns the information object for the material model.
- infoCurrent() - Method in interface com.comsol.model.MeshSequence
-
Returns mesh information object for the current mesh of a import sequence.
- Information - Interface in com.comsol.model
-
Material information objects.
- InformationList - Interface in com.comsol.model
-
List of material information objects.
- inherit(boolean) - Method in interface com.comsol.model.Selection
-
Sets the inherit flag.
- init() - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection to be a selection of whole geometry objects.
- init() - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be an empty selection of whole objects.
- init() - Method in interface com.comsol.model.Model
-
Returns all initial values.
- init(int) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection to be a selection of geometric entities in a specified dimension.
- init(int) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be an empty selection of geometric entities in the specified dimension.
- init(String) - Method in interface com.comsol.model.Model
-
Returns an initial value.
- Init - Interface in com.comsol.model
-
Initial values.
- initGapName(boolean) - Method in interface com.comsol.model.Pair
-
Gets name of initial geometric gap variable seen from the destination (if src2dst) or seen from the source (if !src2dst).
- InitList - Interface in com.comsol.model
-
List of initial values.
- initStandalone(boolean) - Static method in class com.comsol.model.util.ModelUtil
-
Initializes the environment for using the COMSOL API from a Java application.
- initStandalone(boolean, String) - Static method in class com.comsol.model.util.ModelUtil
-
Initializes the environment for using the COMSOL API from a Java application.
- inPlaneCoord() - Method in interface com.comsol.model.Frame
-
Get the in-plane components of the coordinate vector, that is, the coordinate names for the geometry's dimension.
- input() - Method in interface com.comsol.model.MaterialModel
-
Returns the list of model inputs.
- inputDimension() - Method in interface com.comsol.model.Selection
-
Get the dimension of the geometric entities used as input.
- inputEntities() - Method in interface com.comsol.model.Selection
-
Get the geometric entities used as input to the selection.
- inputNames() - Method in interface com.comsol.model.MethodCallFeature
-
Get input parameter names of the method.
- inputParam() - Method in interface com.comsol.model.GeomSequence
-
Get input parameters of the part.
- insert(String, String[], String...) - Method in interface com.comsol.model.CommonList
-
Insert common definitions feature from an mph file into the common list of this model and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.ComponentCommonList
-
Insert definition features from an mph file into the common list of this component and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.ComponentFunctionFeatureList
-
Insert functions from an mph file into the function list of this component and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.ComponentMaterialList
-
Insert materials from an mph file into the material list of this component and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.ComponentPhysicsList
-
Insert physics from an mph file into the physics list of this component and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.ExportFeatureList
-
Insert export features from an mph file into the export list of this model and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.FunctionFeatureList
-
Insert functions from an mph file into the function list of this model and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.MaterialList
-
Insert materials from an mph file into the material list of this model and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.ModelNodeList
-
Insert components from an mph file into this list and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.NumericalFeatureList
-
Insert numerical features from an mph file into the numerical list of this model and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.physics.ComponentMultiphysicsCouplingList
-
Insert multiphysics coupling from an mph file into the physics list of this component and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insert(String, String[], String...) - Method in interface com.comsol.model.Results
-
Insert result features from an mph file into the result list of this model and returns the result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. - insertFile(String, String) - Method in interface com.comsol.model.GeomSequence
-
Insert all geometry features from a geometry sequence in an mph file into this sequence.
- insertSequence(String, String) - Method in interface com.comsol.model.GeomSequence
-
Insert all geometry features from a geometry sequence in a different model into this sequence.
- interiordom(int) - Method in interface com.comsol.model.Selection
-
Deprecated.Use
Selection.interiorEntities(int)
instead. - interiorEntities(int) - Method in interface com.comsol.model.Selection
-
If the selection is on a geometry, return the interior entities of the given dimension.
- intrule() - Method in interface com.comsol.model.Coeff
-
Deprecated.Use
Coeff.intRule()
instead. - intrule() - Method in interface com.comsol.model.Model
-
Deprecated.Use
Model.intRule()
instead. - intrule() - Method in interface com.comsol.model.Weak
-
Deprecated.Use
Weak.intRule()
instead. - intrule(int, String) - Method in interface com.comsol.model.Coeff
-
Deprecated.Use
Coeff.intRule(int, String)
instead. - intrule(int, String) - Method in interface com.comsol.model.Weak
-
Deprecated.Use
Weak.intRule()
instead. - intrule(String) - Method in interface com.comsol.model.Model
-
Deprecated.Use
Model.intRule(String)
instead. - intrule(String) - Method in interface com.comsol.model.Weak
-
Deprecated.Use
Weak.intRule()
. - intrule(String[]) - Method in interface com.comsol.model.Coeff
-
Deprecated.Use
Coeff.intRule(String[])
instead. - intrule(String[]) - Method in interface com.comsol.model.Weak
-
Deprecated.Use
Weak.intRule()
instead. - intRule() - Method in interface com.comsol.model.Coeff
-
Returns the integration rules.
- intRule() - Method in interface com.comsol.model.Model
-
Returns all integration rules.
- intRule() - Method in interface com.comsol.model.Weak
-
Returns list of integration rules.
- intRule(int, String) - Method in interface com.comsol.model.Coeff
-
Sets the integration rule at position pos in the vector to irule.
- intRule(int, String) - Method in interface com.comsol.model.Weak
-
Assigns an integration rule to a position in the weak form equations.
- intRule(String) - Method in interface com.comsol.model.Model
-
Returns an integration rule.
- intRule(String) - Method in interface com.comsol.model.Weak
-
Assigns an integration rule to the weak form equations.
- intRule(String[]) - Method in interface com.comsol.model.Coeff
-
Assigns integration rules to the coefficient form equations.
- intRule(String[]) - Method in interface com.comsol.model.Weak
-
Assigns the integration rules to the weak form equations.
- IntRule - Interface in com.comsol.model
-
Integration rule.
- IntRuleFeature - Interface in com.comsol.model
-
Integration rule feature.
- IntRuleFeatureList - Interface in com.comsol.model
-
List of integration rule features.
- IntRuleList - Interface in com.comsol.model
-
List of integration rules.
- IPlotAndImageExport - Interface in com.comsol.model
-
Interface for adding support for plotting and image export.
- isactive() - Method in interface com.comsol.model.ModelEntity
-
Deprecated.Use
ModelEntity.isActive()
instead. - isActive() - Method in interface com.comsol.model.ModelEntity
-
Returns
true
if the entity is active. - isApplicationServer() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Returns true if running in an application server.
- isAssembly() - Method in interface com.comsol.model.GeomInfo
-
Checks if this is a geometry of assembly type (originating from the Form Assembly feature), including virtual geometries based on a real assembly geometry.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - isAttached() - Method in interface com.comsol.model.BatchFeature
-
Test if batch job is attached to a study.
- isAttached() - Method in interface com.comsol.model.SolverSequence
-
Test if solver sequence is attached to a study.
- isAutomatic() - Method in interface com.comsol.model.MeshSequence
-
Checks if the sequence is in an automatic state.
- isAxisymmetric() - Method in interface com.comsol.model.GeomSequence
-
Check if the geometry is axisymmetric.
- isBuilt() - Method in interface com.comsol.model.GeomMeshFeature
-
Checks if the feature has been built (possibly with a warning).
- isComplete() - Method in interface com.comsol.model.History
-
Checks if the history logging performs complete logging.
- isComplete() - Method in interface com.comsol.model.MeshSequence
-
Checks if the entire selected geometry has a mesh.
- isComplete() - Method in interface com.comsol.model.MeshStatistics
-
Check if all selected entities have a mesh.
- isComplex() - Method in interface com.comsol.model.NumericalFeature
-
True if the result is complex.
- isComplex() - Method in interface com.comsol.model.TableBaseFeature
-
Check if the table has allocated complex data.
- isComplex(int) - Method in interface com.comsol.model.NumericalFeature
-
True if the result is complex.
- isCurrent() - Method in interface com.comsol.model.View
-
Returns whether the view is the current view for the geometry which it belongs to.
- isEmpty() - Method in interface com.comsol.model.MeshSequence
-
Checks if the mesh is empty.
- isEmpty() - Method in interface com.comsol.model.MeshStatistics
-
Checks if the mesh is empty.
- isEmpty() - Method in interface com.comsol.model.SolverSequence
-
Checks if the solutions associated with the solver sequence are empty.
- isExpression() - Method in interface com.comsol.model.ElemFeature
-
Returns true if a string value represents an expression.
- isExpression(boolean) - Method in interface com.comsol.model.ElemFeature
-
Sets the expression flag for a string value.
- isGenConv() - Method in interface com.comsol.model.Study
-
Returns true if convergence plots should be generated.
- isGenIntermediatePlots() - Method in interface com.comsol.model.Study
-
Returns true if there should be a Store Solution node inserted between each Study Step.
- isGenPlots() - Method in interface com.comsol.model.Study
-
Returns true if default results plots should be generated.
- isgeom() - Method in interface com.comsol.model.Selection
-
Deprecated.Use
Selection.isGeom()
instead. - isGeom() - Method in interface com.comsol.model.Selection
-
Returns
true
if the selection is a whole geometry. - isGeometryFrame() - Method in interface com.comsol.model.Frame
-
Checks if the frame is the geometry frame.
- isGeometryMeshDependent(String[]) - Method in interface com.comsol.model.Model
-
Returns
true
if either geometry or mesh is parameter dependent. - isglobal() - Method in interface com.comsol.model.Selection
-
Deprecated.Use
Selection.isGlobal()
instead. - isGlobal() - Method in interface com.comsol.model.Selection
-
Returns
true
if the selection is global. - isGraphicsServer() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Returns true if running in a graphics server.
- isinheriting() - Method in interface com.comsol.model.Selection
-
Deprecated.Use
Selection.isInheriting()
instead. - isInheriting() - Method in interface com.comsol.model.Selection
-
Returns
true
if the selection is inherited to lower dimension levels. - isInitialized() - Method in interface com.comsol.model.SolverSequence
-
Returns true if the solution is initialized.
- islinear() - Method in interface com.comsol.model.Coordsys
-
Deprecated.Use
Coordsys.isLinear()
instead. - isLinear() - Method in interface com.comsol.model.Coordsys
-
Check if coordinate system is linear.
- isLocked(String) - Method in interface com.comsol.model.physics.FeatureInfo
-
Check if the given identifier name (e.g.
- ismaterialframe() - Method in interface com.comsol.model.Frame
-
Deprecated.Use
Frame.isMaterialFrame()
instead. - isMaterialFrame() - Method in interface com.comsol.model.Frame
-
Checks if the frame is the material frame.
- isMesh() - Method in interface com.comsol.model.GeomInfo
-
Returns true if this geometric model is represented by a mesh (rather than a geometry).
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence. - ismeshframe() - Method in interface com.comsol.model.Frame
-
Deprecated.Use
Frame.isGeometryFrame()
instead. - isMeshFrame() - Method in interface com.comsol.model.Frame
-
Checks if the frame is the mesh frame.
- isOnlyPlotWhenRequested() - Method in interface com.comsol.model.Results
-
Returns true if plots selected in the Model Builder only should be updated when the user explicitly requests it.
- isorthonormal() - Method in interface com.comsol.model.Coordsys
-
Deprecated.Use
Coordsys.isOrthonormal()
instead. - isOrthonormal() - Method in interface com.comsol.model.Coordsys
-
Check if coordinate system is orthonormal.
- isPlotGroup() - Method in interface com.comsol.model.ResultFeature
-
Returns
true
if this result feature is a plot group. - isPlotUndefVals() - Method in interface com.comsol.model.Study
-
Returns true if the plots of location of undefined values should be generated.
- isReadOnly() - Method in interface com.comsol.model.Model
-
Returns whether the file where the model is saved is read-only and cannot be overwritten.
- isReal(String) - Method in interface com.comsol.model.ReducedModel
-
Check if matrix is real.
- isReal(String) - Method in interface com.comsol.model.SolverFeature
-
Check if matrix is real.
- isRealPVals() - Method in interface com.comsol.model.SolverSequence
-
Returns true if the parameters are real.
- isRealU() - Method in interface com.comsol.model.SolverSequence
-
Returns true if the solution is real.
- isRealU(int) - Method in interface com.comsol.model.SolverSequence
-
Returns true if the solution is real.
- isRealU(int, String) - Method in interface com.comsol.model.SolverSequence
-
Returns true if the solution is real.
- isRealU(int, String, int) - Method in interface com.comsol.model.SolverSequence
-
Returns true if the solution is real.
- isRealUDot() - Method in interface com.comsol.model.SolverSequence
-
Returns true if the time-derivative of the solution is real.
- isRealUDot(int) - Method in interface com.comsol.model.SolverSequence
-
Returns true if the time-derivative of the solution is real.
- isRemaining() - Method in interface com.comsol.model.MeshSelection
-
Tests for remaining geometric entities.
- isspatialframe() - Method in interface com.comsol.model.Frame
-
Deprecated.Use
Frame.isSpatialFrame()
instead. - isSpatialFrame() - Method in interface com.comsol.model.Frame
-
Checks if the frame is the spatial frame.
- isStoreSolution() - Method in interface com.comsol.model.Study
-
Returns true if there should be a Store Solution node inserted between each Study Step.
- isStructured() - Method in interface com.comsol.model.SolutionInfo
-
Returns
true
unless the underlying solution object/objects has a parameter variation that depends on the solution process itself. - isValid() - Method in interface com.comsol.model.SolutionInfo
-
Returns
true
if the underlying data is consistent with this info object. - isValid(boolean) - Method in interface com.comsol.model.SolutionInfo
-
Returns
true
if the underlying data is consistent with this info object. - isVirtual() - Method in interface com.comsol.model.GeomInfo
-
Returns true if this is a virtual geometry.
Note: For a GeomSequence whose component's geometric model is defined by a MeshSequence, the GeomInfo methods return information about that geometric model, not about the GeomSequence.
K
- keepSelInInstances() - Method in interface com.comsol.model.GeomSequence
-
Returns true for a part if its instances keeps selections by default.
- keepSelInInstances(boolean) - Method in interface com.comsol.model.GeomSequence
-
Set the attribute to keep selections by default in instances of a part.
L
- label() - Method in interface com.comsol.model.ModelEntity
-
Returns the label of the entity.
- label(String) - Method in interface com.comsol.model.ModelEntity
-
Sets the label of the entity.
- labelInFile() - Method in interface com.comsol.model.GeomSequence
-
Get the label of a loaded part in the mph file.
- lastModifiedBy() - Method in interface com.comsol.model.ModelEntity
-
Returns the last user to modify the model.
- lbound() - Method in interface com.comsol.model.OptFeature
-
Returns lower bound.
- lbound(String) - Method in interface com.comsol.model.OptFeature
-
Sets lower bound.
- lengthUnit() - Method in interface com.comsol.model.GeomSequence
-
Returns the geometry's length unit.
- lengthUnit(String) - Method in interface com.comsol.model.GeomSequence
-
Sets the geometry's length unit.
- light() - Method in interface com.comsol.model.ViewBase
-
Returns the lights of the view.
- light(String) - Method in interface com.comsol.model.ViewBase
-
Returns a light from the view.
- link(String[], String, String[]) - Method in interface com.comsol.model.GeomList
-
Deprecated.Use
GeomList.load(String[], String, String[])
instead. - linked() - Method in interface com.comsol.model.GeomSequence
-
Deprecated.Use
GeomSequence.loaded()
instead. - listPreferences() - Static method in class com.comsol.model.util.ModelUtil
-
Returns a string which lists the preferences's names and their description.
- load(String[], String, String[]) - Method in interface com.comsol.model.GeomList
-
Load one or more geometry parts.
- load(String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Load a model from a model location, either a file path or a
dbmodel
URI. - loadCopy(String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Load a copy of a model.
- loaded() - Method in interface com.comsol.model.GeomSequence
-
Check if a part if it is loaded.
- loadFile(String) - Method in interface com.comsol.model.Expr
-
Loads from a file.
- loadFile(String) - Method in interface com.comsol.model.MethodCallFeature
-
Loads a file with method inputs.
- loadFile(String) - Method in interface com.comsol.model.ModelParamGroup
-
Loads from a file.
- loadFile(String) - Method in interface com.comsol.model.ModelParamGroupCase
-
Loads from a file.
- loadFile(String) - Method in interface com.comsol.model.ParamBase
-
Loads from a file.
- loadFile(String) - Method in interface com.comsol.model.StudyFeature
-
Tries to load a file content into the study feature.
- loadFile(String) - Method in interface com.comsol.model.TableFeature
-
Loads from a file.
- loadFile(String, char) - Method in interface com.comsol.model.Expr
-
Loads from a file using a specified delimiter.
- loadFile(String, char) - Method in interface com.comsol.model.ModelParamGroup
-
Loads from a file using a specified delimiter.
- loadFile(String, char) - Method in interface com.comsol.model.ModelParamGroupCase
-
Loads from a file using a specified delimiter.
- loadFile(String, char) - Method in interface com.comsol.model.ParamBase
-
Loads from a file using a specified delimiter.
- loadFile(String, char, boolean) - Method in interface com.comsol.model.Expr
-
Loads from a file using a specified delimiter.
- loadFile(String, char, boolean) - Method in interface com.comsol.model.ModelParamGroup
-
Loads from a file using a specified delimiter.
- loadFile(String, char, boolean) - Method in interface com.comsol.model.ModelParamGroupCase
-
Loads from a file using a specified delimiter.
- loadFile(String, char, boolean) - Method in interface com.comsol.model.ParamBase
-
Loads from a file using a specified delimiter.
- loadFile(String, String, String) - Method in interface com.comsol.model.Expr
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String) - Method in interface com.comsol.model.ModelParamGroup
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String) - Method in interface com.comsol.model.ModelParamGroupCase
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String) - Method in interface com.comsol.model.ParamBase
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String) - Method in interface com.comsol.model.TableFeature
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String, boolean) - Method in interface com.comsol.model.Expr
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String, boolean) - Method in interface com.comsol.model.ModelParamGroup
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String, boolean) - Method in interface com.comsol.model.ModelParamGroupCase
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadFile(String, String, String, boolean) - Method in interface com.comsol.model.ParamBase
-
Loads from an Excel-file with a specified range to read, or a cell to start from, in the specified sheet.
- loadOnServer(String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Load a model from a server file.
- loadPreferences() - Static method in class com.comsol.model.util.ModelUtil
-
Loads the COMSOL preferences file.
- loadProtected(String, String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Load a model with password protection.
- loadProtectedOnServer(String, String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Load a model with password protection from a server file.
- loadRecovery(String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Load a model from a recovery directory/folder structure.
- localCoords() - Method in interface com.comsol.model.XmeshInfoElements
-
Local coordinates of nodes.
- localDofCoords() - Method in interface com.comsol.model.XmeshInfoElements
-
The local coordinates for each local degree of freedom.
- localDofNames() - Method in interface com.comsol.model.XmeshInfoElements
-
The name for each local degree of freedom.
- LocalGeomObjectSelection - Interface in com.comsol.model
-
Local geometry object selection.
- localParam() - Method in interface com.comsol.model.GeomSequence
-
Get local parameters of the part.
- LocalSelection - Interface in com.comsol.model
-
Selection of a feature.
- localState(boolean) - Method in interface com.comsol.model.GeomDefeature
-
Enable or disable the local state used by
DetectInterferences
. - lock(String) - Method in interface com.comsol.model.physics.FeatureInfo
-
Deprecated.
- lock(String, int) - Method in interface com.comsol.model.physics.FeatureInfo
-
Deprecated.
- lock(String, int, String[]) - Method in interface com.comsol.model.physics.FeatureInfo
-
Deprecated.
- lock(String, String[]) - Method in interface com.comsol.model.physics.FeatureInfo
-
Deprecated.
M
- manualDist() - Method in interface com.comsol.model.Pair
-
Returns
true
if manual control of search distance is enabled. - manualDist(boolean) - Method in interface com.comsol.model.Pair
-
Enables or disables manual control of search distance.
- manualSelection() - Method in interface com.comsol.model.Pair
-
True if automatically created pair is in manual selection mode.
- manualSelection(boolean) - Method in interface com.comsol.model.Pair
-
Sets manual mode for selections in automatic pairs.
- mapping() - Method in interface com.comsol.model.Pair
-
Returns the method used for mapping in contact pairs.
- mapping(String) - Method in interface com.comsol.model.Pair
-
Sets the method used for mapping in contact pairs.
- mapToLevel(int[], int[], boolean) - Method in interface com.comsol.model.SolutionInfo
-
Returns the level representation of index-one based outer and inner solution numbers.
- mapToLevel(int[], int[], boolean, boolean) - Method in interface com.comsol.model.SolutionInfo
-
Returns the level representation of index-one based outer and inner solution numbers.
- mapToSolnum(int[][], boolean) - Method in interface com.comsol.model.SolutionInfo
-
Returns the solnum representation of a level setting.
- massProp() - Method in interface com.comsol.model.AbstractModel
-
Returns all mass properties.
- massProp() - Method in interface com.comsol.model.ModelNode
-
Returns all mass properties for this component.
- massProp(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a mass properties.
- masterSystem(String) - Method in interface com.comsol.model.Coordsys
-
Deprecated.Use
PropFeature.set(String, String)
for the propertymastersystem
. - material() - Method in interface com.comsol.model.AbstractModel
-
Returns all materials.
- material() - Method in interface com.comsol.model.ModelNode
-
Returns all materials for this component.
- material(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a material.
- Material - Interface in com.comsol.model
-
Material.
- materialCoord() - Method in interface com.comsol.model.ModelNode
-
Returns names of material frame coordinates.
- materialCoord(String[]) - Method in interface com.comsol.model.ModelNode
-
Sets names of material frame coordinates.
- materialframe() - Method in interface com.comsol.model.Frame
-
Deprecated.Use
Frame.materialFrame()
instead. - materialFrame() - Method in interface com.comsol.model.Frame
-
Sets the frame to be the material frame.
- MaterialList - Interface in com.comsol.model
-
List of materials.
- materialmodel() - Method in interface com.comsol.model.Material
-
Deprecated.Use
Material.propertyGroup()
instead. - materialmodel(String) - Method in interface com.comsol.model.Material
-
Deprecated.Use
Material.propertyGroup()
instead. - materialModel() - Method in interface com.comsol.model.Material
-
Deprecated.Use
Material.propertyGroup()
instead. - materialModel(String) - Method in interface com.comsol.model.Material
-
Deprecated.Use
Material.propertyGroup(String)
instead. - MaterialModel - Interface in com.comsol.model
-
Material property group.
- MaterialModelList - Interface in com.comsol.model
-
List of material property groups.
- materialType() - Method in interface com.comsol.model.Material
-
Returns material type.
- materialType(String) - Method in interface com.comsol.model.Material
-
Sets material type.
- measure() - Method in interface com.comsol.model.GeomSequence
-
Return the measurement tool for geometry objects.
- measureFinal() - Method in interface com.comsol.model.GeomSequence
-
Returns the measurement tool for the finalized geometry.
- members() - Method in interface com.comsol.model.NodeGroup
-
Returns the tags of the group members.
- members(String) - Method in interface com.comsol.model.NodeGroup
-
Returns the tags of the group members of the specified type.
- mesh() - Method in interface com.comsol.model.AbstractModel
-
Returns all meshing sequences.
- mesh() - Method in interface com.comsol.model.HideMesh
-
Return the tag of the meshing sequence where hiding applies.
- mesh() - Method in interface com.comsol.model.MeshSelection
-
Return the mesh to select on.
- mesh() - Method in interface com.comsol.model.ModelNode
-
Returns all meshing sequences for this component.
- mesh(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a meshing sequence.
- mesh(String) - Method in interface com.comsol.model.HideMesh
-
Set the meshing sequence where hiding applies.
- mesh(String) - Method in interface com.comsol.model.MeshSelection
-
Set the mesh to select on.
- mesh(String) - Method in interface com.comsol.model.MultigridLevel
-
Returns the mesh selected for the given geometry.
- mesh(String) - Method in interface com.comsol.model.StudyFeature
-
Returns the mesh selected for the given geometry.
- mesh(String, String) - Method in interface com.comsol.model.MultigridLevel
-
Specifies a mesh for the multigrid level.
- mesh(String, String) - Method in interface com.comsol.model.StudyFeature
-
Specifies which mesh to use for the geometry.
- meshCases() - Method in interface com.comsol.model.XmeshInfo
-
Returns the tags of all mesh cases.
- meshControlEntities(int) - Method in interface com.comsol.model.HideGeom
-
Return the geometric mesh control entities on the given dimension.
- meshControlEntities(String, int) - Method in interface com.comsol.model.HideGeom
-
Return the geometric mesh control entities on the given dimension with respect to the build state of the given mesh.
- meshCoord() - Method in interface com.comsol.model.ModelNode
-
Returns names of mesh frame coordinates.
- meshCoord(String[]) - Method in interface com.comsol.model.ModelNode
-
Sets names of mesh frame coordinates.
- MeshData - Interface in com.comsol.model
-
Mesh data.
- MeshExport - Interface in com.comsol.model
-
Mesh export.
- MeshFeature - Interface in com.comsol.model
-
Mesh feature.
- MeshFeatureList - Interface in com.comsol.model
-
List of mesh features.
- meshframe() - Method in interface com.comsol.model.Frame
-
Deprecated.Use
Frame.meshFrame()
instead. - meshFrame() - Method in interface com.comsol.model.Frame
-
Sets the frame to be the mesh frame.
- MeshList - Interface in com.comsol.model
-
List of meshes.
- MeshNative - Interface in com.comsol.model
-
Native mesh object.
- MeshProblemFeature - Interface in com.comsol.model
-
Mesh problem feature.
- MeshProblemFeatureList - Interface in com.comsol.model
-
List of mesh problem features.
- MeshSelection - Interface in com.comsol.model
-
Mesh selection.
- MeshSequence - Interface in com.comsol.model
-
Meshing sequence.
- MeshStatistics - Interface in com.comsol.model
-
Mesh statistics.
- meshTypes() - Method in interface com.comsol.model.XmeshInfo
-
Returns all mesh types in all geometries in the extended mesh.
- meshTypes(String) - Method in interface com.comsol.model.XmeshInfo
-
Returns all mesh types in a given geometry in the extended mesh.
- message() - Method in interface com.comsol.model.GeomMeshFeature
-
Returns message.
- methodCall() - Method in interface com.comsol.model.Model
-
Returns all method calls.
- methodCall(String) - Method in interface com.comsol.model.Model
-
Returns a method call.
- MethodCallFeature - Interface in com.comsol.model
-
Method call feature.
- MethodCallFeatureList - Interface in com.comsol.model
-
A list representation for method call features.
- methodExecImpl - Static variable in class com.comsol.model.util.ModelUtil
-
Implementation delegate.
- methodName() - Method in interface com.comsol.model.MethodCallFeature
-
Returns the method name of the called method.
- methods() - Method in interface com.comsol.model.MethodCallFeatureList
-
Get names of all methods.
- mglevel() - Method in interface com.comsol.model.StudyFeature
-
Returns multigrid level list for this study step.
- mglevel(String) - Method in interface com.comsol.model.StudyFeature
-
Sets a multigrid level for this study step.
- model() - Method in interface com.comsol.model.ModelEntity
-
Returns the model component node tag of the entity.
- model(String) - Method in interface com.comsol.model.FunctionFeature
-
Sets the model of the function.
- model(String) - Method in interface com.comsol.model.ModelEntity
-
Sets the model component node of the entity.
- model(String) - Method in interface com.comsol.model.SelectionFeature
-
Sets the model node of the named selection.
- model(String) - Static method in class com.comsol.model.util.ModelUtil
-
Returns the model with a specified tag.
- Model - Interface in com.comsol.model
-
Model object.
- ModelChangedHandler - Interface in com.comsol.model.util
-
Interface for handle updates of the client when another client has modified any models in use by this client.
- ModelChangeInfo - Class in com.comsol.model.util
-
Information about changes to models by other clients.
- ModelChangeInfo(String[]) - Constructor for class com.comsol.model.util.ModelChangeInfo
-
Constructor.
- modelData() - Method in interface com.comsol.model.Model
-
Get the model data.
- ModelEntity - Interface in com.comsol.model
-
Base interface for model object entities.
- ModelEntityImage - Interface in com.comsol.model
-
Plotting and image export.
- ModelEntityList<T extends ModelEntity> - Interface in com.comsol.model
-
Base interface for lists of model object entities.
- modelNode() - Method in interface com.comsol.model.Model
-
Returns all model nodes.
- modelNode(String) - Method in interface com.comsol.model.Model
-
Returns a model node.
- ModelNode - Interface in com.comsol.model
-
Model node.
- ModelNodeList - Interface in com.comsol.model
-
List of model component nodes.
- ModelParam - Interface in com.comsol.model
-
Parameters.
- ModelParamGroup - Interface in com.comsol.model
-
Parameter group.
- ModelParamGroupCase - Interface in com.comsol.model
-
Parameter group case.
- ModelParamGroupCaseList - Interface in com.comsol.model
-
List of model parameter group cases.
- ModelParamGroupList - Interface in com.comsol.model
-
List of model parameter groups.
- modelPath() - Method in interface com.comsol.model.Model
-
Returns the model path, which is path for additional files related to the model.
- modelPath(String) - Method in interface com.comsol.model.Model
-
Sets the model path, which is the path for additional files related to the model.
- modelsUsedByOtherClients() - Static method in class com.comsol.model.util.ModelUtil
-
Returns the tags of the models in use by other clients.
- modelTags - Variable in class com.comsol.model.util.ModelChangeInfo
-
The tags of the models which have changed.
- ModelUtil - Class in com.comsol.model.util
-
Class with static methods for managing models.
- ModelUtil() - Constructor for class com.comsol.model.util.ModelUtil
-
Static class not intended to be instantiated.
- ModelUtilInternal - Class in com.comsol.model.util
-
Client model utility methods which are not in the public API.
- ModelUtilInternal() - Constructor for class com.comsol.model.util.ModelUtilInternal
-
Static class not intended to be instantiated.
- move(String) - Method in interface com.comsol.model.ModelParamGroup
-
Moves a parameter to this parameter group.
- move(String[]) - Method in interface com.comsol.model.ModelParamGroup
-
Moves parameters to this parameter group.
- move(String[], double[]) - Method in interface com.comsol.model.GeomSequence
-
Apply a move transform to a set of objects.
- move(String[], String) - Method in interface com.comsol.model.Expr
-
Moves variables to the variable feature with the given tag.
- move(String[], String) - Method in interface com.comsol.model.ModelParam
-
Moves parameters to the parameter group with the given tag.
- move(String, int) - Method in interface com.comsol.model.IListMove
-
Move a feature in a list.
- move(String, int[], int) - Method in interface com.comsol.model.PropFeature
-
Move a number of features in a list.
- move(String, int, int, int) - Method in interface com.comsol.model.PropFeature
-
Move a group of features in a list.
- move(String, String) - Method in interface com.comsol.model.Expr
-
Moves a variable to the variable feature with the given tag.
- move(String, String) - Method in interface com.comsol.model.ModelParam
-
Moves a parameter to the parameter group with the given tag.
- mphOpName(boolean) - Method in interface com.comsol.model.Pair
-
Gets name of the multiphysics operator transferring an expression from source to destination (if src2dst) or from destination to source if (!src2dst).
- MultigridLevel - Interface in com.comsol.model
-
Multigrid level.
- MultigridLevelList - Interface in com.comsol.model
-
List of multigrid levels.
- multiphysics() - Method in interface com.comsol.model.AbstractModel
-
Returns all multiphysics couplings.
- multiphysics() - Method in interface com.comsol.model.ModelNode
-
Returns all multiphysics couplings for this component.
- multiphysics(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a multiphysics coupling.
- MultiphysicsCoupling - Interface in com.comsol.model.physics
-
Multiphysics Coupling.
- MultiphysicsCouplingList - Interface in com.comsol.model.physics
-
List of multiphysics couplings.
N
- name() - Method in interface com.comsol.model.ModelEntity
-
Deprecated.Use
ModelEntity.label()
instead. - name(String) - Method in interface com.comsol.model.ModelEntity
-
Deprecated.Use
ModelEntity.label(String)
instead. - named() - Method in interface com.comsol.model.GeomObjectSelection
-
Returns named selection referred to.
- named() - Method in interface com.comsol.model.LocalSelection
-
Returns named selection referred to.
- named(String) - Method in interface com.comsol.model.GeomObjectSelection
-
Let the selection refer to a named selection.
- named(String) - Method in interface com.comsol.model.LocalSelection
-
Let the selection refer to a named selection.
- nameInds() - Method in interface com.comsol.model.XmeshInfoDofs
-
0-based indices into dofNames() for all degrees of freedom.
- nDofs() - Method in interface com.comsol.model.XmeshInfo
-
Returns the total number of degrees of freedom in the extended mesh.
- nodeGroup() - Method in interface com.comsol.model.GeomSequence
-
Returns all node groups.
- nodeGroup() - Method in interface com.comsol.model.Model
-
Returns all node groups.
- nodeGroup(String) - Method in interface com.comsol.model.GeomSequence
-
Returns a node group.
- nodeGroup(String) - Method in interface com.comsol.model.Model
-
Returns a node group.
- NodeGroup - Interface in com.comsol.model
-
Node group.
- NodeGroupList - Interface in com.comsol.model
-
List of node groups.
- nodes() - Method in interface com.comsol.model.XmeshInfo
-
Returns an object which can be queried for further information about the nodes in the extended mesh.
- nodes() - Method in interface com.comsol.model.XmeshInfoDofs
-
0-based node numbers for all degrees of freedom.
- nodes() - Method in interface com.comsol.model.XmeshInfoElements
-
0-based node point indices for all mesh elements of the current type and the current geometry.
- nodes(String) - Method in interface com.comsol.model.XmeshInfo
-
Returns an object which can be queried for further information about the nodes in a given geometry in the extended mesh.
- numerical() - Method in interface com.comsol.model.Results
-
Gets a numerical feature list.
- numerical(String) - Method in interface com.comsol.model.Results
-
Gets a numerical feature with a given tag.
- NumericalBaseFeature - Interface in com.comsol.model
-
Numerical features evaluate numerical data, such as integrals over a specific set of boundaries.
- NumericalFeature - Interface in com.comsol.model
-
Numerical features evaluate numerical data, such as integrals over a specific set of boundaries.
- NumericalFeatureList - Interface in com.comsol.model
-
List of numerical features.
O
- obj(String) - Method in interface com.comsol.model.GeomSequence
-
Returns the geometry object with the given name.
- object() - Method in interface com.comsol.model.GeomObjectSelection
-
Deprecated.Use
GeomObjectSelection.objects()
instead. - object(String) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Deprecated.Use
GeomObjectGroupSelection.init()
instead. - object(String) - Method in interface com.comsol.model.GeomObjectSelection
-
Deprecated.Use
GeomObjectSelection.init()
instead. - object(String) - Method in interface com.comsol.model.GeomSequence
-
Deprecated.Use
GeomSequence.obj(String)
instead. - object(String, int) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Deprecated.Use
GeomObjectGroupSelection.init(int)
instead. - object(String, int) - Method in interface com.comsol.model.GeomObjectSelection
-
Deprecated.Use
GeomObjectSelection.init(int)
instead. - objective() - Method in interface com.comsol.model.OptSequence
-
Gets the objective features.
- objective(String) - Method in interface com.comsol.model.OptSequence
-
Gets an objective feature with given tag.
- objectNames() - Method in interface com.comsol.model.GeomFeature
-
Returns the names of all output objects.
- objectNames() - Method in interface com.comsol.model.GeomSequence
-
Returns the names of all objects that exist in the current state, that is, are produced, and have not been eaten, by features up to the current feature.
- objects() - Method in interface com.comsol.model.GeomObjectSelection
-
If the selection is a set of geometry objects, return the names of the objects.
- objects(String) - Method in interface com.comsol.model.GeomAttribute
-
Get the whole objects which have the given value.
- objects(String, int) - Method in interface com.comsol.model.GeomAttribute
-
Get the objects which have some entity in dimension dim that have the given value.
- ode() - Method in interface com.comsol.model.Model
-
Returns all global equations.
- ode(String) - Method in interface com.comsol.model.Model
-
Returns a global equation.
- ode(String) - Method in interface com.comsol.model.Ode
-
Returns the ode for a state.
- ode(String, String) - Method in interface com.comsol.model.Ode
-
Sets the equation for a state.
- Ode - Interface in com.comsol.model
-
Global equation.
- OdeList - Interface in com.comsol.model
-
List of global equations.
- offset() - Method in interface com.comsol.model.Unit
-
Returns the offset of the unit.
- offset(double) - Method in interface com.comsol.model.Unit
-
Set the offset of the unit.
- opName(boolean) - Method in interface com.comsol.model.Pair
-
Gets name of operator transferring an expression from source to destination (if src2dst) or from destination to source (if !src2dst).
- opt() - Method in interface com.comsol.model.Model
-
Returns the optimization interface.
- OptFeature - Interface in com.comsol.model
-
Optimization feature.
- OptFeatureList - Interface in com.comsol.model
-
The objective feature list, the bound feature list, the gconstr feature list, and the scale feature list.
- OptSequence - Interface in com.comsol.model
-
Optimization.
- order() - Method in interface com.comsol.model.IntRuleFeature
-
Returns the order of the integration rule feature.
- order(int) - Method in interface com.comsol.model.IntRuleFeature
-
Sets the order of the integration rule feature.
- outputSelection() - Method in interface com.comsol.model.GeomFeature
-
Returns tags of selection output objects.
- outputSelection() - Method in interface com.comsol.model.MeshFeature
-
Returns tags of selection output objects.
P
- pair() - Method in interface com.comsol.model.AbstractModel
-
Returns all pairs.
- pair() - Method in interface com.comsol.model.ModelNode
-
Returns all pairs for this component.
- pair(String) - Method in interface com.comsol.model.AbstractModel
-
Return a pair.
- Pair - Interface in com.comsol.model
-
Pair.
- PairList - Interface in com.comsol.model
-
List of pairs.
- pairName() - Method in interface com.comsol.model.Pair
-
Gets pair name.
- pairName(String) - Method in interface com.comsol.model.Pair
-
Sets pair name.
- param() - Method in interface com.comsol.model.GeomSequence
-
Deprecated.Use
GeomSequence.localParam()
instead. - param() - Method in interface com.comsol.model.Model
-
Returns the parameters.
- param() - Method in interface com.comsol.model.ParameterContainer
-
Returns an array with all the parameter names.
- param() - Method in interface com.comsol.model.Results
-
Returns the parameters.
- param(String) - Method in interface com.comsol.model.Model
-
Returns a parameter group with the given tag.
- ParamBase - Interface in com.comsol.model
-
Base interface for sets of parameters.
- paramCase() - Method in interface com.comsol.model.ModelParamGroup
-
Returns all parameter cases in the parameter group.
- paramCase(String) - Method in interface com.comsol.model.ModelParamGroup
-
Returns a parameter group case with the given tag.
- ParameterContainer - Interface in com.comsol.model
-
Interface for entities containing parameters.
- ParameterEntity - Interface in com.comsol.model
-
Base interface for entities with parameters.
- paramName() - Method in interface com.comsol.model.Group
-
Returns the parameter name.
- paramName(String) - Method in interface com.comsol.model.Group
-
Sets the parameter name.
- params() - Method in interface com.comsol.model.ParameterContainer
-
Deprecated.Use
ParameterContainer.param()
instead. - partVariant() - Method in interface com.comsol.model.GeomSequence
-
Check if a part is a part variant.
- partVariant(boolean) - Method in interface com.comsol.model.GeomSequence
-
Set the part variant attribute of a part.
- path() - Static method in class com.comsol.model.util.ModelUtilInternal
-
Returns the search path.
- path(String[]) - Static method in class com.comsol.model.util.ModelUtilInternal
-
Sets the search path.
- period() - Method in interface com.comsol.model.Event
-
Returns the period for triggering an explicit event.
- period(String) - Method in interface com.comsol.model.Event
-
Sets the period for triggering an explicit event.
- physics() - Method in interface com.comsol.model.AbstractModel
-
Returns all physics interfaces.
- physics() - Method in interface com.comsol.model.ModelNode
-
Returns all physics interfaces for this component.
- physics(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a physics interface.
- Physics - Interface in com.comsol.model.physics
-
Physics interface.
- PhysicsFeature - Interface in com.comsol.model.physics
-
Physics feature.
- PhysicsFeatureList - Interface in com.comsol.model.physics
-
List of physics features.
- PhysicsField - Interface in com.comsol.model.physics
-
Physics field.
- PhysicsFieldList - Interface in com.comsol.model.physics
-
List of physics fields.
- PhysicsList - Interface in com.comsol.model
-
List of physics interfaces.
- PhysicsProp - Interface in com.comsol.model.physics
-
Physics property.
- PhysicsPropList - Interface in com.comsol.model.physics
-
List of physics properties.
- placeAfter(String) - Method in interface com.comsol.model.NodeGroup
-
Places the group after another entity.
- placeAfter(String, String) - Method in interface com.comsol.model.NodeGroup
-
Places the group after another entity.
- plot() - Method in interface com.comsol.model.ModelEntityImage
-
Plots the model entity.
- pos() - Method in interface com.comsol.model.ElemFeature
-
Returns all element features from
pos
. - pos(int) - Method in interface com.comsol.model.ElemFeature
-
Returns an element feature from
pos
. - postWaitForServer(boolean) - Method in class com.comsol.model.util.ServerBusyHandler
-
Hook to perform any action right after waiting for the server to become free.
- prepareView(boolean) - Method in interface com.comsol.model.ResultFeature
-
Returns the view to use when plotting the plot group to which the feature belongs.
- preWaitForServer(String, String) - Method in class com.comsol.model.util.ServerBusyHandler
-
Hook to perform any action before beginning to wait for the server to become free.
- PrimitiveModelEntity - Interface in com.comsol.model
-
Base interface for model object entities.
- probe() - Method in interface com.comsol.model.AbstractModel
-
Returns all probes.
- probe() - Method in interface com.comsol.model.ModelNode
-
Returns all probes for this component.
- probe(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a probe.
- ProbeFeature - Interface in com.comsol.model
-
Probe.
- ProbeFeatureList - Interface in com.comsol.model
-
List of probes.
- problem() - Method in interface com.comsol.model.CommonFeature
-
Returns all problems for this feature.
- problem() - Method in interface com.comsol.model.GeomFeature
-
Gets the list of problem features.
- problem() - Method in interface com.comsol.model.MeshFeature
-
Returns all meshing problems.
- problem() - Method in interface com.comsol.model.ResultBaseFeature
-
Returns all problems for this feature.
- problem() - Method in interface com.comsol.model.SolverFeature
-
Returns solver problem feature list.
- problem() - Method in interface com.comsol.model.StudyFeature
-
Returns all problems for this feature.
- problem(String) - Method in interface com.comsol.model.CommonFeature
-
Returns a problem feature.
- problem(String) - Method in interface com.comsol.model.GeomFeature
-
Returns the problem feature with tag fTag.
- problem(String) - Method in interface com.comsol.model.MeshFeature
-
Returns meshing problem.
- problem(String) - Method in interface com.comsol.model.ResultBaseFeature
-
Returns a result problem.
- problem(String) - Method in interface com.comsol.model.SolverFeature
-
Returns solver problem feature.
- problem(String) - Method in interface com.comsol.model.StudyFeature
-
Returns a problem feature.
- ProblemFeature - Interface in com.comsol.model
-
Generic problem node feature.
- ProblemList - Interface in com.comsol.model
-
List of problem nodes.
- problemNames() - Method in interface com.comsol.model.MeshFeatureList
-
Deprecated.
- problemNames() - Method in interface com.comsol.model.SolverFeatureList
-
Returns list of solver problem tags.
- problems() - Method in interface com.comsol.model.GeomMeshFeature
-
Return error and warning information.
- problems() - Method in interface com.comsol.model.GeomSequence
-
Return features with errors or warnings.
- problems() - Method in interface com.comsol.model.MeshSequence
-
Return features with errors or warnings.
- prop() - Method in interface com.comsol.model.physics.Physics
-
Returns the physics properties.
- prop(String) - Method in interface com.comsol.model.physics.Physics
-
Returns a physics property.
- properties() - Method in interface com.comsol.model.ParameterEntity
-
Returns the names of all parameters.
- properties() - Method in interface com.comsol.model.physics.PhysicsProp
-
Returns the names of all properties.
- properties() - Method in interface com.comsol.model.PropFeature
-
Returns the names of all properties.
- propertyGroup() - Method in interface com.comsol.model.Material
-
Returns material property groups.
- propertyGroup(String) - Method in interface com.comsol.model.Material
-
Returns a material property group.
- PropFeature - Interface in com.comsol.model
-
Base interface for object using properties.
- PropFeatureList<T extends PropFeature> - Interface in com.comsol.model
-
Base interface for lists of features using properties.
Q
- quantity() - Method in interface com.comsol.model.Unit
-
Returns the quantity of the unit.
- quantity(String) - Method in interface com.comsol.model.Unit
-
Sets the quantity of the unit.
R
- receiveData(String) - Method in interface com.comsol.model.GeomFeature
-
Receive a synchronization file for an offline LiveLink.
- receiveDataNext() - Method in interface com.comsol.model.GeomFeature
-
Load the next synchronization for an offline LiveLink.
- reduced() - Method in interface com.comsol.model.Model
-
Returns all reduced models.
- reduced(String) - Method in interface com.comsol.model.Model
-
Returns a reduced order model.
- ReducedModel - Interface in com.comsol.model
-
Reduced model feature.
- ReducedModelList - Interface in com.comsol.model
-
feature.
- refframe() - Method in interface com.comsol.model.FrameFeature
-
Returns the reference frame as a string.
- refframe(String) - Method in interface com.comsol.model.FrameFeature
-
Sets the reference frame as a string.
- refresh() - Method in interface com.comsol.model.CommonFeature
-
Reread the files that this feature depends on, if any.
- refresh() - Method in interface com.comsol.model.DatasetFeature
-
Reread the files that this dataset depends on, if any.
- refresh() - Method in interface com.comsol.model.FunctionFeature
-
Reread the files that this function depends on, if any.
- refresh() - Method in interface com.comsol.model.StudyFeature
-
Reread the files that this feature depends on, if any.
- refreshFile() - Method in interface com.comsol.model.ResultFeature
-
Refresh the file that this plot feature uses.
- refreshTemplateFile() - Method in interface com.comsol.model.ReportFeature
-
Rereads the imported CSS-file or Microsoft Word or PowerPoint template file, if any.
- reinit() - Method in interface com.comsol.model.Event
-
Returns the list of re-initialization conditions.
- reinit(String) - Method in interface com.comsol.model.Event
-
Returns a re-initialization feature.
- relink() - Method in interface com.comsol.model.GeomSequence
-
Deprecated.Use
GeomSequence.reload()
instead. - reload() - Method in interface com.comsol.model.GeomSequence
-
Reloads a loaded part.
- remaining() - Method in interface com.comsol.model.MeshSelection
-
Selection for all remaining geometric entities.
- remove(int...) - Method in interface com.comsol.model.Selection
-
Removes the given entities from the selection.
- remove(String) - Method in interface com.comsol.model.BatchList
-
Removes a batch job.
- remove(String) - Method in interface com.comsol.model.ExpressionBase
-
Removes a variable.
- remove(String) - Method in interface com.comsol.model.ExpressionEntity
-
Removes a variable.
- remove(String) - Method in interface com.comsol.model.ModelEntityList
-
Removes an entity.
- remove(String) - Method in interface com.comsol.model.NodeGroupList
-
Removes a group and its members from the model.
- remove(String) - Method in interface com.comsol.model.Results
-
Remove a plot group with a given tag.
- remove(String) - Static method in class com.comsol.model.util.ModelUtil
-
Tries to remove the model with the specified tag.
- remove(String[]) - Method in interface com.comsol.model.ExpressionBase
-
Removes variables.
- remove(String[]) - Method in interface com.comsol.model.ExpressionEntity
-
Removes variables.
- remove(String...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Removes the given objects from the selection.
- remove(String...) - Method in interface com.comsol.model.GeomObjectSelection
-
Removes the given objects from a selection of whole objects.
- remove(String[], int[][]) - Method in interface com.comsol.model.GeomObjectSelection
-
Removes the given entities of the given objects from the selection.
- remove(String, boolean) - Method in interface com.comsol.model.NodeGroup
-
Removes a model entity from the group.
- remove(String, int) - Method in interface com.comsol.model.PropFeature
-
Removes an indexed element from an array property.
- remove(String, int[]) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Removes the entities from the selection on named object.
- remove(String, int[]) - Method in interface com.comsol.model.GeomObjectSelection
-
Removes the given entities of the given object from the selection.
- remove(String, int[]) - Method in interface com.comsol.model.PropFeature
-
Removes indexed elements from an array property.
- remove(String, int, int...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Removes the entities from the selection on named object.
- remove(String, int, int...) - Method in interface com.comsol.model.GeomObjectSelection
-
Removes the given entities of the given object from the selection.
- remove(String, String, boolean) - Method in interface com.comsol.model.NodeGroup
-
Removes a model entity from the group.
- removeColumn(int) - Method in interface com.comsol.model.TableBaseFeature
-
Remove a column with a given index, if it exists.
- removeCurveComponents(String...) - Method in interface com.comsol.model.GeomFeatureList
-
Remove the children with the given tags from the geometry feature list of a CompositeCurve feature.
- removeGroup(int...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Removes the specified groups from the selection.
- removeinput(String) - Method in interface com.comsol.model.MaterialModel
-
Deprecated.Use
MaterialModel.removeInput(String)
instead. - removeInput(String) - Method in interface com.comsol.model.MaterialModel
-
Removes the given quantity from the list of model inputs.
- removeLock(String) - Method in interface com.comsol.model.physics.FeatureInfo
-
Removes the lock of the given identifier name (e.g.
- removeMeshControl(int...) - Method in interface com.comsol.model.HideGeom
-
Remove the given geometric mesh control entities from the hide selection.
- removeOutput(String) - Method in interface com.comsol.model.MaterialModel
-
Removes the given output quantity from the list of outputs.
- removeParam(String) - Method in interface com.comsol.model.MaterialModel
-
Removes the given local property from the list of local properties.
- removeRow(int) - Method in interface com.comsol.model.TableBaseFeature
-
Remove a row with a given index, if it exists.
- rename(String, String) - Method in interface com.comsol.model.ExpressionBase
-
Renames a variable without changing the expression or description.
- renameControl(String, String) - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Rename the controls of the model.
- renameOutput(String, String) - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Rename the outputs of the model.
- repairTol() - Method in interface com.comsol.model.GeomSequence
-
Returns default relative repair tolerance used when creating new features.
- repairTol(double) - Method in interface com.comsol.model.GeomSequence
-
Sets default relative repair tolerance to use when creating new features.
- repairTolType() - Method in interface com.comsol.model.GeomSequence
-
Returns default type of repair tolerance used when creating new features.
- repairTolType(String) - Method in interface com.comsol.model.GeomSequence
-
Sets default type of repair tolerance to use when creating new features.
- report() - Method in interface com.comsol.model.Results
-
Gets a report feature list.
- report(String) - Method in interface com.comsol.model.Results
-
Gets a report feature with a given tag.
- ReportFeature - Interface in com.comsol.model
-
Model report feature.
- ReportFeatureList - Interface in com.comsol.model
-
List of model report features.
- requestData(String) - Method in interface com.comsol.model.GeomFeature
-
Create a request file for an offline LiveLink.
- requestDataAppend() - Method in interface com.comsol.model.GeomFeature
-
Append a request file for an offline LiveLink.
- reset() - Method in interface com.comsol.model.ModelParamGroupCase
-
Resets all parameter cases from parent parameter group.
- reset(String[]) - Method in interface com.comsol.model.ModelParamGroupCase
-
Resets a number of parameter cases from parent parameter group.
- resetAuthor(String) - Method in interface com.comsol.model.ModelEntity
-
Sets the author of the entity and all its children.
- resetHist() - Method in interface com.comsol.model.Model
-
Resets the history of the model to an almost minimal sequence of actions that creates the current state.
- resolveModelPath() - Method in interface com.comsol.model.PrimitiveModelEntity
-
Returns the model path uniquely identifying this entity.
- resource() - Method in interface com.comsol.model.FileResource
-
Returns the name of the temporary file that holds the resource.
- resource(String) - Method in interface com.comsol.model.FileResource
-
Sets the name of the file that holds the resource.
- result() - Method in interface com.comsol.model.Model
-
Returns postprocessing interface.
- result(String) - Method in interface com.comsol.model.Model
-
Returns a plot group.
- ResultBaseFeature - Interface in com.comsol.model
-
Provides a base class for common functionality used by post, dataset, export and numerical features.
- ResultFeature - Interface in com.comsol.model
-
Post features represent plots, plot groups and their attributes.
- ResultFeatureList - Interface in com.comsol.model
-
A list representation for result features.
- ResultParam - Interface in com.comsol.model
-
Result parameters.
- ResultProblemFeature - Interface in com.comsol.model
-
Represents a problem detected during postprocessing.
- ResultProblemFeatureList - Interface in com.comsol.model
-
A list of a problems detected during postprocessing.
- Results - Interface in com.comsol.model
-
The top level object for the postprocessing hierarchy.
- run() - Method in interface com.comsol.model.BatchFeature
-
Runs the batch job.
- run() - Method in interface com.comsol.model.DatasetFeature
-
Plot the dataset.
- run() - Method in interface com.comsol.model.EvaluationGroupFeature
-
Compute the numerical result.
- run() - Method in interface com.comsol.model.ExportFeature
-
Run the export.
- run() - Method in interface com.comsol.model.ExportFeatureList
-
Execute all export features.
- run() - Method in interface com.comsol.model.ExternalInterfaceFeature
-
Run the export.
- run() - Method in interface com.comsol.model.GeomList
-
Build the finalized geometry in all geometry sequences in the list.
- run() - Method in interface com.comsol.model.GeomSequence
-
Build all features.
- run() - Method in interface com.comsol.model.MeshList
-
Builds all meshing sequences.
- run() - Method in interface com.comsol.model.MeshSequence
-
Builds all mesh features.
- run() - Method in interface com.comsol.model.MethodCallFeature
-
Performs a run operation on this method call feature.
- run() - Method in interface com.comsol.model.NumericalFeature
-
Compute the numerical result.
- run() - Method in interface com.comsol.model.NumericalFeatureList
-
Executes all numerical features.
- run() - Method in interface com.comsol.model.ReportFeature
-
Writes the report.
- run() - Method in interface com.comsol.model.ResultFeature
-
Generate and render data for plot group.
- run() - Method in interface com.comsol.model.SolverSequence
-
Runs solver sequence.
- run() - Method in interface com.comsol.model.SolverSequenceList
-
Runs all solver sequences.
- run() - Method in interface com.comsol.model.Study
-
Runs the study.
- run(boolean) - Method in interface com.comsol.model.BatchFeature
-
Runs the batch job and creates plots.
- run(boolean) - Method in interface com.comsol.model.SolverSequence
-
Runs solver sequence.
- run(boolean) - Method in interface com.comsol.model.Study
-
Runs the study and creates plots.
- run(String) - Method in interface com.comsol.model.application.AppFeature
-
Performs a run operation on this application feature.
- run(String) - Method in interface com.comsol.model.BatchFeature
-
Runs the batch job.
- run(String) - Method in interface com.comsol.model.GeomSequence
-
Build all features up to the feature with tag fTag.
- run(String) - Method in interface com.comsol.model.MeshSequence
-
Builds named mesh feature.
- run(String) - Method in interface com.comsol.model.SolverSequence
-
Runs the features in a solver sequence to a feature.
- run(String, boolean) - Method in interface com.comsol.model.SolverSequence
-
Runs the features in a solver sequence to a feature.
- runAll() - Method in interface com.comsol.model.GeomSequence
-
Deprecated.
- runAll() - Method in interface com.comsol.model.SolverSequence
-
Runs all solver sequence.
- runAll(boolean) - Method in interface com.comsol.model.SolverSequence
-
Runs all solver sequence.
- runAllWithoutModelUpdate() - Method in interface com.comsol.model.SolverSequence
-
Runs solver sequence without model update.
- runCommand(String) - Method in interface com.comsol.model.ParameterContainer
-
Executes a special command that the feature supports.
- runCommand(String) - Method in interface com.comsol.model.ResultBaseFeature
-
Executes a special command that the feature supports.
- runCurrent() - Method in interface com.comsol.model.GeomSequence
-
Build all features up to the current feature.
- runCurrent() - Method in interface com.comsol.model.MeshSequence
-
Builds the current mesh feature.
- runFrom(String) - Method in interface com.comsol.model.SolverSequence
-
Runs the features for a solver sequence from a feature.
- runFrom(String, boolean) - Method in interface com.comsol.model.SolverSequence
-
Runs the features for a solver sequence from a feature.
- runFromTo(String, String) - Method in interface com.comsol.model.SolverSequence
-
Runs the features in a solver sequence from a feature to a feature.
- runFromTo(String, String, boolean) - Method in interface com.comsol.model.SolverSequence
-
Runs the features in a solver sequence from a feature to a feature.
- runNoGen() - Method in interface com.comsol.model.Study
-
Runs the attached solver sequence without regenerating it.
- runNoGen(String) - Method in interface com.comsol.model.Study
-
Runs the attached solver sequence with run type without regenerating the sequence.
- runPre(String) - Method in interface com.comsol.model.GeomSequence
-
Build all features preceding a feature.
S
- save() - Method in interface com.comsol.model.Model
-
Saves the model object to file.
- save(String) - Method in interface com.comsol.model.Model
-
Saves the model object to file.
- save(String) - Method in interface com.comsol.model.TableBaseFeature
-
Save the table data in full precision to a text file.
- save(String, boolean) - Method in interface com.comsol.model.Model
-
Saves the model object to file.
- save(String, boolean) - Method in interface com.comsol.model.TableBaseFeature
-
Save the table data to a text file.
- save(String, String) - Method in interface com.comsol.model.Model
-
Saves a Model Java file or a Model M-file.
- saveFile(String) - Method in interface com.comsol.model.Expr
-
Saves to a file.
- saveFile(String) - Method in interface com.comsol.model.ModelParamGroup
-
Saves to a file.
- saveFile(String) - Method in interface com.comsol.model.ModelParamGroupCase
-
Saves to a file.
- saveFile(String) - Method in interface com.comsol.model.ParamBase
-
Saves to a file.
- saveFile(String) - Method in interface com.comsol.model.StudyFeature
-
Tries to save the content of the study feature to a file.
- saveFile(String) - Method in interface com.comsol.model.TableBaseFeature
-
Saves to a file.
- saveFile(String, boolean, String, String, boolean, boolean) - Method in interface com.comsol.model.TableBaseFeature
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, char) - Method in interface com.comsol.model.Expr
-
Saves to a file using a specified delimiter.
- saveFile(String, char) - Method in interface com.comsol.model.ModelParamGroup
-
Saves to a file using a specified delimiter.
- saveFile(String, char) - Method in interface com.comsol.model.ModelParamGroupCase
-
Saves to a file using a specified delimiter.
- saveFile(String, char) - Method in interface com.comsol.model.ParamBase
-
Saves to a file using a specified delimiter.
- saveFile(String, char, boolean) - Method in interface com.comsol.model.Expr
-
Saves to a file using a specified delimiter.
- saveFile(String, char, boolean) - Method in interface com.comsol.model.ModelParamGroup
-
Saves to a file using a specified delimiter.
- saveFile(String, char, boolean) - Method in interface com.comsol.model.ModelParamGroupCase
-
Saves to a file using a specified delimiter.
- saveFile(String, char, boolean) - Method in interface com.comsol.model.ParamBase
-
Saves to a file using a specified delimiter.
- saveFile(String, String, String, boolean, boolean) - Method in interface com.comsol.model.Expr
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean) - Method in interface com.comsol.model.ModelParamGroup
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean) - Method in interface com.comsol.model.ModelParamGroupCase
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean) - Method in interface com.comsol.model.ParamBase
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean) - Method in interface com.comsol.model.TableBaseFeature
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean, boolean) - Method in interface com.comsol.model.Expr
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean, boolean) - Method in interface com.comsol.model.ModelParamGroup
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean, boolean) - Method in interface com.comsol.model.ModelParamGroupCase
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- saveFile(String, String, String, boolean, boolean, boolean) - Method in interface com.comsol.model.ParamBase
-
Saves to an Excel-file in a specified range, or at a cell to start from, in a specified sheet.
- savePoint() - Method in interface com.comsol.model.Model
-
Returns containers holding selections and hide features used by result features.
- savePoint(String) - Method in interface com.comsol.model.Model
-
Returns a container holding selections and hide features used by result features.
- SavePoint - Interface in com.comsol.model
-
Save point.
- SavePointData - Interface in com.comsol.model
-
Container holding selections and hide features used by result features.
- SavePointDataList - Interface in com.comsol.model
-
Containers holding selections and hide features used by result features.
- SavePointGeom - Interface in com.comsol.model
-
A container of selections and hide features on a geometry in the save point model.
- SavePointGeomList - Interface in com.comsol.model
-
Containers of selections and hide features on a geometry in the save point model.
- SavePointHideGeom - Interface in com.comsol.model
-
A hide feature used by result features.
- SavePointHideGeomList - Interface in com.comsol.model
-
Hide features used by result features.
- SavePointSelection - Interface in com.comsol.model
-
A selection used by result feature.
- SavePointSelectionList - Interface in com.comsol.model
-
Selections used by result features.
- SavePointView - Interface in com.comsol.model
-
A view used by result features.
- SavePointViewList - Interface in com.comsol.model
-
Views used by result features.
- savePreferences() - Static method in class com.comsol.model.util.ModelUtil
-
Saves the COMSOL preferences file.
- scale() - Method in interface com.comsol.model.OptFeature
-
Returns scale.
- scale() - Method in interface com.comsol.model.OptSequence
-
Gets the list of scale features.
- scale() - Method in interface com.comsol.model.Unit
-
Returns the scale of the unit.
- scale(double) - Method in interface com.comsol.model.Unit
-
Sets the scale of the unit.
- scale(String) - Method in interface com.comsol.model.OptFeature
-
Sets scale.
- scale(String) - Method in interface com.comsol.model.OptSequence
-
Gets a scale feature with a given tag.
- scale(String[], double[], double[]) - Method in interface com.comsol.model.GeomSequence
-
Apply an anisotropic scaling transform to a set of objects.
- scale(String[], double, double[]) - Method in interface com.comsol.model.GeomSequence
-
Apply an isotropic scaling transform to a set of objects.
- scaleUnitValue() - Method in interface com.comsol.model.GeomSequence
-
Check if property values are scaled when the geometry's lengthor angular unit is changed.
- scaleUnitValue(boolean) - Method in interface com.comsol.model.GeomSequence
-
If scale is
true
, set the geometry to scale property values when the length or angular unit is changed. - scanModel(String, String, String...) - Static method in class com.comsol.model.util.ModelUtil
-
An advanced tool that scans the raw data (XML) of the model file for a certain node type and collect the tag and label of all found nodes.
- scanProtectedModel(String, String, String, String...) - Static method in class com.comsol.model.util.ModelUtil
-
Scans the protected model file for a certain node type.
- scope() - Method in interface com.comsol.model.ModelEntity
-
Return the scope of the entity.
- searchDist() - Method in interface com.comsol.model.Pair
-
Gets search distance.
- searchDist(String) - Method in interface com.comsol.model.Pair
-
Sets search distance.
- searchMethod() - Method in interface com.comsol.model.Pair
-
Gets search method.
- searchMethod(String) - Method in interface com.comsol.model.Pair
-
Sets search method.
- searchTol() - Method in interface com.comsol.model.Pair
-
Gets search tolerance.
- searchTol(String) - Method in interface com.comsol.model.Pair
-
Sets search tolerance.
- selection() - Method in interface com.comsol.model.AbstractModel
-
Returns all named selections.
- selection() - Method in interface com.comsol.model.ConstrFeature
-
Returns the constraint's selection.
- selection() - Method in interface com.comsol.model.ElemFeature
-
Returns the selection.
- selection() - Method in interface com.comsol.model.Expr
-
Returns the variable collection selection.
- selection() - Method in interface com.comsol.model.GeomExport
-
Returns export's selection.
- selection() - Method in interface com.comsol.model.GeomMeasure
-
Returns selection object for the measurement.
- selection() - Method in interface com.comsol.model.GeomMeasureFinal
-
Returns the measurement's selection.
- selection() - Method in interface com.comsol.model.GeomSequence
-
Access list of named geometry object selections.
- selection() - Method in interface com.comsol.model.Init
-
Returns the initial value's selection.
- selection() - Method in interface com.comsol.model.Material
-
Returns the material's selection.
- selection() - Method in interface com.comsol.model.MeshFeature
-
Returns the selection of the mesh feature.
- selection() - Method in interface com.comsol.model.ModelNode
-
Returns all named selections for this component.
- selection() - Method in interface com.comsol.model.physics.PhysicsFeature
-
Returns the selection.
- selection() - Method in interface com.comsol.model.SavePointGeom
-
Returns selections.
- selection() - Method in interface com.comsol.model.SelectionEntity
-
Returns the selection.
- selection() - Method in interface com.comsol.model.Shape
-
Returns the shape function's selection.
- selection() - Method in interface com.comsol.model.Weak
-
Returns the weak form equation's selection.
- selection(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a named selection.
- selection(String) - Method in interface com.comsol.model.BEMFeature
-
Returns a selection property given its name.
- selection(String) - Method in interface com.comsol.model.ConstrFeature
-
Returns lower dimensional selection that should be excluded from constraint's selection.
- selection(String) - Method in interface com.comsol.model.Cpl
-
Returns a selection property given its name.
- selection(String) - Method in interface com.comsol.model.ExtraDimFeature
-
Returns a selection property given its name.
- selection(String) - Method in interface com.comsol.model.GeomFeature
-
Access the selection property with the given name.
- selection(String) - Method in interface com.comsol.model.GeomSequence
-
Access named geometry object selections.
- selection(String) - Method in interface com.comsol.model.MeshFeature
-
Returns a mesh feature's selection property.
- selection(String) - Method in interface com.comsol.model.ParameterEntity
-
Returns the extra selection.
- selection(String) - Method in interface com.comsol.model.ProbeFeature
-
Returns a selection property from the probe.
- selection(String) - Method in interface com.comsol.model.PropFeature
-
Returns selection.
- selection(String) - Method in interface com.comsol.model.ResultFeature
-
Returns a selection property.
- selection(String) - Method in interface com.comsol.model.SavePointGeom
-
Returns a selection.
- selection(String) - Method in interface com.comsol.model.StudyFeature
-
Returns a study feature's selection property.
- Selection - Interface in com.comsol.model
-
Selection.
- SelectionContainer - Interface in com.comsol.model
-
Selection container.
- SelectionEntity - Interface in com.comsol.model
-
Base interface for model object entities with a selection.
- SelectionFeature - Interface in com.comsol.model
-
Named selection.
- SelectionList - Interface in com.comsol.model
-
List of named selections.
- ServerBusyHandler - Class in com.comsol.model.util
-
Class which controls how long a client will wait for a busy server to become free again.
- ServerBusyHandler() - Constructor for class com.comsol.model.util.ServerBusyHandler
-
Creates a server busy handler which waits for the server to be free without any time-out.
- ServerBusyHandler(long) - Constructor for class com.comsol.model.util.ServerBusyHandler
-
Creates a server busy handler which waits for the server to be free.
- serverDisplay(String) - Static method in class com.comsol.model.util.ModelUtil
-
Prints a message in the server terminal window.
- serverImpl - Static variable in class com.comsol.model.util.ModelUtil
-
Implementation delegate.
- serverLog(String) - Static method in class com.comsol.model.util.ModelUtil
-
Prints a message in COMSOL's log file on the server.
- set(int...) - Method in interface com.comsol.model.Selection
-
Sets the selection to use the given geometric entities.
- set(String...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection to be the given objects.
- set(String...) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets a selection of whole objects to be the given objects.
- set(String[], int[][]) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be the given entities of the given objects.
- set(String, boolean) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a boolean value.
- set(String, boolean) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a boolean value.
- set(String, boolean) - Method in interface com.comsol.model.PropFeature
-
Sets boolean property value.
- set(String, boolean[]) - Method in interface com.comsol.model.PropFeature
-
Sets boolean vector property value.
- set(String, boolean[][]) - Method in interface com.comsol.model.PropFeature
-
Sets boolean matrix property value.
- set(String, double) - Method in interface com.comsol.model.ExpressionBase
-
Sets a variable name and expression.
- set(String, double) - Method in interface com.comsol.model.MaterialModel
-
Sets the expression for the given property.
- set(String, double) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a double value.
- set(String, double) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a double value.
- set(String, double) - Method in interface com.comsol.model.PropFeature
-
Sets double property value.
- set(String, double[]) - Method in interface com.comsol.model.MaterialModel
-
Sets the expression for the given vector or matrix property.
- set(String, double[]) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a double vector value.
- set(String, double[]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a double vector value.
- set(String, double[]) - Method in interface com.comsol.model.PropFeature
-
Sets double vector property value.
- set(String, double[][]) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a double matrix value.
- set(String, double[][]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a double matrix value.
- set(String, double[][]) - Method in interface com.comsol.model.PropFeature
-
Sets double matrix property value.
- set(String, double, String) - Method in interface com.comsol.model.ExpressionBase
-
Sets a variable name and expression.
- set(String, int) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection on named object to be an entity.
- set(String, int) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection on given object to be an entity.
- set(String, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as an integer value.
- set(String, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as an integer value.
- set(String, int) - Method in interface com.comsol.model.PropFeature
-
Sets integer property value.
- set(String, int) - Method in interface com.comsol.model.ShapeFeature
-
Sets integer property value.
- set(String, int[]) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection on named object to be an entity.
- set(String, int[]) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be the given entities of the given object.
- set(String, int[]) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as an integer vector value.
- set(String, int[]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as an integer vector value.
- set(String, int[]) - Method in interface com.comsol.model.PropFeature
-
Sets integer vector property value.
- set(String, int[][]) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as an integer matrix value.
- set(String, int[][]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as an integer matrix value.
- set(String, int[][]) - Method in interface com.comsol.model.PropFeature
-
Sets integer matrix property value.
- set(String, int, double) - Method in interface com.comsol.model.MaterialModel
-
Sets the expression at a position for the given vector or matrix property.
- set(String, int, double) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, double) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in a double vector value.
- set(String, int, double[]) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, double[]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in a double matrix value.
- set(String, int, int) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in an integer vector value.
- set(String, int, int...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection on named object to be an entity.
- set(String, int, int...) - Method in interface com.comsol.model.GeomObjectSelection
-
Sets the selection to be the given entities of the given object.
- set(String, int, int[]) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, int[]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in an integer matrix value.
- set(String, int, int, double) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, int, double) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in a double matrix value.
- set(String, int, int, int) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, int, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in an integer matrix value.
- set(String, int, int, String) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, int, String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in a string matrix value.
- set(String, int, String) - Method in interface com.comsol.model.MaterialModel
-
Sets the expression at a position for the given vector or matrix property.
- set(String, int, String) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in a string vector value.
- set(String, int, String[]) - Method in interface com.comsol.model.ParameterEntity
-
Deprecated.Use 0-based setIndex instead.
- set(String, int, String[]) - Method in interface com.comsol.model.physics.FeatureInfo
-
Sets the user-defined expressions for the given definition.
- set(String, int, String[]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value at a position in a string matrix value.
- set(String, String) - Method in interface com.comsol.model.ElemFeature
-
Sets a property to a string value in an element feature.
- set(String, String) - Method in interface com.comsol.model.ExpressionBase
-
Sets a variable name and expression.
- set(String, String) - Method in interface com.comsol.model.ExpressionEntity
-
Sets a variable name and expression.
- set(String, String) - Method in interface com.comsol.model.MaterialList
-
Sets string property value.
- set(String, String) - Method in interface com.comsol.model.MaterialModel
-
Sets the expression for the given property.
- set(String, String) - Method in interface com.comsol.model.ModelParamGroupCase
-
Sets a parameter case expression.
- set(String, String) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a string value.
- set(String, String) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a string value.
- set(String, String) - Method in interface com.comsol.model.PropFeature
-
Sets string property value.
- set(String, String) - Method in interface com.comsol.model.ShapeFeature
-
Sets string property value.
- set(String, String[]) - Method in interface com.comsol.model.ElemFeature
-
Sets a property to a string vector value in an element feature.
- set(String, String[]) - Method in interface com.comsol.model.MaterialList
-
Sets string vector property value.
- set(String, String[]) - Method in interface com.comsol.model.MaterialModel
-
Sets the expression for the given vector or matrix property.
- set(String, String[]) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a string vector value.
- set(String, String[]) - Method in interface com.comsol.model.physics.FeatureInfo
-
Sets the user-defined expressions for first definition.
- set(String, String[]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a string vector value.
- set(String, String[]) - Method in interface com.comsol.model.PropFeature
-
Sets string vector property value.
- set(String, String[]) - Method in interface com.comsol.model.ShapeFeature
-
Sets string vector property value.
- set(String, String[][]) - Method in interface com.comsol.model.ElemFeature
-
Sets a property to a string vector value in an element feature.
- set(String, String[][]) - Method in interface com.comsol.model.MaterialList
-
Sets string matrix property value.
- set(String, String[][]) - Method in interface com.comsol.model.ParameterEntity
-
Sets the value as a string matrix value.
- set(String, String[][]) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets the value as a string matrix value.
- set(String, String[][]) - Method in interface com.comsol.model.PropFeature
-
Sets string matrix property value.
- set(String, String, String) - Method in interface com.comsol.model.ExpressionBase
-
Sets a variable name and expression.
- set(String, String, String) - Method in interface com.comsol.model.ExpressionEntity
-
Sets a variable name, expression, and description.
- setAcisVersion(String) - Method in interface com.comsol.model.GeomExport
-
Sets the file format version for ACIS export.
- setAttribute(String, String) - Method in interface com.comsol.model.GeomFeature
-
Assign an attribute value to all output objects and entities of the geometry feature.
- setClusterStorage(String) - Method in interface com.comsol.model.SolverSequence
-
Sets the solution storage format on cluster.
- setColumnHeaders(String[]) - Method in interface com.comsol.model.TableBaseFeature
-
Set the table's column headers, but leave the table's data unchanged.
- setCompat(String) - Method in interface com.comsol.model.GeomExport
-
Set the COMSOL version to save mphtxt/mphbin file in.
- setControl(String, String) - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Set control values of the model.
- setCosimCallbackHandler(CosimCallbackHandler) - Static method in class com.comsol.model.util.ModelUtilInternal
-
Register a handler for cosimulation callbacks, or null to unregister.
- setDefaultGeometryKernel(String) - Static method in class com.comsol.model.util.ModelUtil
-
Specifies the default geometry kernel to use.
- setElem(String, int[][]) - Method in interface com.comsol.model.MeshData
-
Sets the mesh data.
- setElem(String, int, int[][]) - Method in interface com.comsol.model.MeshData
-
Inserts block of mesh data.
- setElemEntity(String, int[]) - Method in interface com.comsol.model.MeshData
-
Sets geometric entity number for the elements of a specific type.
- setElemEntity(String, int, int[]) - Method in interface com.comsol.model.MeshData
-
Inserts block of geometric entity numbers for the elements of a specific type.
- setEntry(String, String, boolean) - Method in interface com.comsol.model.PropFeature
-
Sets boolean vector property value at specified entry.
- setEntry(String, String, double) - Method in interface com.comsol.model.PropFeature
-
Sets double vector property value at specified entry.
- setEntry(String, String, int) - Method in interface com.comsol.model.PropFeature
-
Sets integer vector property value at specified entry.
- setEntry(String, String, String) - Method in interface com.comsol.model.PropFeature
-
Sets string vector property value at specified entry.
- setExpectedComputationTime(String) - Method in interface com.comsol.model.Model
-
Sets a text specifying the expected computation time.
- setFromCase(String) - Method in interface com.comsol.model.ModelParamGroup
-
Sets the parameters in this group from a specified parameter case.
- setFromCase(String[], String) - Method in interface com.comsol.model.ModelParamGroup
-
Sets a number of named parameters in this group from a specified parameter case.
- setGenConv(boolean) - Method in interface com.comsol.model.Study
-
Set if convergence plots should be generated.
- setGenIntermediatePlots(boolean) - Method in interface com.comsol.model.Study
-
Set if default plots should be generated for intermediately stored solutions.
- setGenPlots(boolean) - Method in interface com.comsol.model.Study
-
Set if default results plots should be generated.
- setGeom(String) - Method in interface com.comsol.model.GeomSequence
-
Set the finalized geometry by importing it from the specified file.
- setGroup(int...) - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Sets the selection groups.
- setGroupBySpaceDimension(boolean) - Method in interface com.comsol.model.physics.Physics
-
Sets whether to group nodes by space dimension.
- setGroupByType(boolean) - Method in interface com.comsol.model.AbstractModel
-
Sets whether to group nodes by types.
- setIndex(String, boolean[], int) - Method in interface com.comsol.model.PropFeature
-
Sets boolean matrix property value at index.
- setIndex(String, boolean, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets vector parameter value at index.
- setIndex(String, boolean, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets vector parameter value at index.
- setIndex(String, boolean, int) - Method in interface com.comsol.model.PropFeature
-
Sets boolean vector property value at index.
- setIndex(String, boolean, int, int) - Method in interface com.comsol.model.PropFeature
-
Sets boolean matrix property value at index.
- setIndex(String, double[], int) - Method in interface com.comsol.model.ParameterEntity
-
Sets matrix parameter value at index.
- setIndex(String, double[], int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets double matrix property value at index.
- setIndex(String, double[], int) - Method in interface com.comsol.model.PropFeature
-
Sets double matrix property value at index.
- setIndex(String, double, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets vector parameter value at index.
- setIndex(String, double, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string vector property value at index.
- setIndex(String, double, int) - Method in interface com.comsol.model.PropFeature
-
Sets string vector property value at index.
- setIndex(String, double, int, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets matrix parameter value at index.
- setIndex(String, double, int, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string matrix property value at index.
- setIndex(String, double, int, int) - Method in interface com.comsol.model.PropFeature
-
Sets string matrix property value at index.
- setIndex(String, int[], int) - Method in interface com.comsol.model.ParameterEntity
-
Sets matrix parameter value at index.
- setIndex(String, int[], int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets integer matrix property value at index.
- setIndex(String, int[], int) - Method in interface com.comsol.model.PropFeature
-
Sets integer matrix property value at index.
- setIndex(String, int, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets vector parameter value at index.
- setIndex(String, int, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string vector property value at index.
- setIndex(String, int, int) - Method in interface com.comsol.model.PropFeature
-
Sets string vector property value at index.
- setIndex(String, int, int, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets matrix parameter value at index.
- setIndex(String, int, int, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string matrix property value at index.
- setIndex(String, int, int, int) - Method in interface com.comsol.model.PropFeature
-
Sets string matrix property value at index.
- setIndex(String, String[], int) - Method in interface com.comsol.model.ParameterEntity
-
Sets matrix parameter value at index.
- setIndex(String, String[], int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string matrix property value at index.
- setIndex(String, String[], int) - Method in interface com.comsol.model.PropFeature
-
Sets string matrix property value at index.
- setIndex(String, String, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets parameter value at index.
- setIndex(String, String, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string vector property value at index.
- setIndex(String, String, int) - Method in interface com.comsol.model.PropFeature
-
Sets string vector property value at index.
- setIndex(String, String, int, int) - Method in interface com.comsol.model.ParameterEntity
-
Sets matrix parameter value at index.
- setIndex(String, String, int, int) - Method in interface com.comsol.model.physics.PhysicsProp
-
Sets string matrix property value at index.
- setIndex(String, String, int, int) - Method in interface com.comsol.model.PropFeature
-
Sets string matrix property value at index.
- setInterpolationCoordinates(double[][]) - Method in interface com.comsol.model.NumericalFeature
-
Set the interpolation coordinates to use for
Interp
features. - setLastComputationTime(long) - Method in interface com.comsol.model.Model
-
Manually sets the last computation time in milliseconds.
- setLengthUnit(String) - Method in interface com.comsol.model.GeomExport
-
Sets the length unit to use for CAD Import Module kernel geometry export to Parsolid format.
- setLengthUnitIGES(String) - Method in interface com.comsol.model.GeomExport
-
Sets the length unit to use for CAD Import Module kernel geometry export to IGES format.
- setLengthUnitSTEP(String) - Method in interface com.comsol.model.GeomExport
-
Sets the length unit to use for CAD Import Module kernel geometry export to STEP format.
- setMeshControl(int...) - Method in interface com.comsol.model.HideGeom
-
Set the hide selection to use the given geometric mesh control entities.
- setMethodExecImpl(IModelUtilImpl) - Static method in class com.comsol.model.util.ModelUtil
-
Set the methodExecImpl instance.
- setMethodExecImpl(IModelUtilImpl) - Static method in class com.comsol.model.util.ModelUtilInternal
- setModelChangedHandler(ModelChangedHandler) - Static method in class com.comsol.model.util.ModelUtil
-
Register a handler of changes to models made by other clients.
- setModifier(boolean, int) - Method in interface com.comsol.model.ElemFeature
-
Sets the modifier flags for this element.
- setOnlyPlotWhenRequested(boolean) - Method in interface com.comsol.model.Results
-
Set if plots selected in the Model Builder only should be updated when the user explicitly requests it.
- setOpenGeometryKernel(String) - Static method in class com.comsol.model.util.ModelUtil
-
Specifies geometry kernel to use when opening a model.
- setParameter(String, String) - Method in interface com.comsol.model.ReducedModel
-
Deprecated.Set parameter values of the model.
- setPartitioningMethod(String) - Method in interface com.comsol.model.SolverSequence
-
Sets the partitioning method on cluster.
- setPlotUndefVals(boolean) - Method in interface com.comsol.model.Study
-
Set if the plots of location of undefined values should be generated.
- setPNames(String[]) - Method in interface com.comsol.model.SolverSequence
-
Sets parameter names of solution.
- setPreference(String, String) - Static method in class com.comsol.model.util.ModelUtil
-
Sets a preference value.
- setPreference(String, String[]) - Static method in class com.comsol.model.util.ModelUtil
-
Sets a string array preference value.
- setPVals(double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets real part of parameter values of solution.
- setPVals(int, double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets real part of parameter values of solution for solution number.
- setPValsImag(double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets imaginary part of parameter values of solution.
- setPValsImag(int, double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets imaginary part of parameter values of solution.
- setQualityMeasure(String) - Method in interface com.comsol.model.MeshStatistics
-
Sets the quality measure.
- setResult() - Method in interface com.comsol.model.NumericalFeature
-
Sets the result from the numerical feature in its associated table, if any.
- setServerBusyHandler(ServerBusyHandler) - Static method in class com.comsol.model.util.ModelUtil
-
Several clients can be connected to the same server, but only one client at a time can ask the server to perform an operation.
- setShowInParamSel(boolean) - Method in interface com.comsol.model.ModelParamGroup
-
Sets whether to show parameters in this group in parameter selection lists.
- setSolveFor(String, boolean) - Method in interface com.comsol.model.StudyFeature
-
Specifies whether degrees of freedom contributed by a model entity should be actively solved for when computing this study step.
- setSplitInManifold(boolean) - Method in interface com.comsol.model.GeomExport
-
Sets the split in manifold objects option for Parasolid export.
- setSTLFormat(String) - Method in interface com.comsol.model.GeomExport
-
Sets the STL file type (
binary
ortext
). - setSTLFormat(String) - Method in interface com.comsol.model.MeshExport
-
Deprecated.Use set("stlformat",value) instead.
- setStoreSolution(boolean) - Method in interface com.comsol.model.Study
-
Set if there should be a Store Solution node inserted between each Study Step.
- setTableData(double[][]) - Method in interface com.comsol.model.TableBaseFeature
-
Set the real data in the table.
- setTableData(double[][], double[][]) - Method in interface com.comsol.model.TableBaseFeature
-
Set the real and imaginary data in the table.
- setThumbnail(String) - Method in interface com.comsol.model.Model
-
Sets the model thumbnail.
- setU(double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets real part of solution vector.
- setU(int, double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets real part of solution vector for a solution number.
- setUBlock(double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the real part of the solution vector.
- setUBlock(int, double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the real part of the solution vector.
- setUDot(double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets real part of time-derivative of the solution vector.
- setUDot(int, double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets real part of time-derivative of the solution vector for a solution number.
- setUDotBlock(double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the time derivative of the real part of the solution vector.
- setUDotBlock(int, double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the time derivative of the real part of the solution vector.
- setUDotImag(double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets imaginary part of time-derivative of the solution vector.
- setUDotImag(int, double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets imaginary part of time-derivative of the solution vector for a solution number.
- setUDotImagBlock(double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the time derivative of the imaginary part of the solution vector.
- setUDotImagBlock(int, double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the time derivative of the imaginary part of the solution vector.
- setUImag(double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets imaginary part of solution vector.
- setUImag(int, double[]) - Method in interface com.comsol.model.SolverSequence
-
Sets imaginary part of solution vector.
- setUImagBlock(double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the imaginary part of the solution vector.
- setUImagBlock(int, double[], int) - Method in interface com.comsol.model.SolverSequence
-
Sets blocks of the imaginary part of the solution vector.
- setupDomainDecompositionSolver(String) - Method in interface com.comsol.model.SolverSequence
-
Setup a domain decomposition solver based on the current solver.
- setVector(String, double[]) - Method in interface com.comsol.model.SolverFeature
-
Set real part of vector.
- setVectorBlock(String, double[], int) - Method in interface com.comsol.model.SolverFeature
-
Set real part of block in vector.
- setVectorImag(String, double[]) - Method in interface com.comsol.model.SolverFeature
-
Set imaginary part of vector.
- setVectorImagBlock(String, double[], int) - Method in interface com.comsol.model.SolverFeature
-
Set imaginary part of block in vector.
- setVertex(double[][]) - Method in interface com.comsol.model.MeshData
-
Sets the mesh vertices.
- setVertex(int, double[][]) - Method in interface com.comsol.model.MeshData
-
Inserts a block of mesh vertices.
- shape() - Method in interface com.comsol.model.Constr
-
Returns the tags of the shape functions associated with the constraint.
- shape() - Method in interface com.comsol.model.Field
-
Returns the shape functions as a string vector.
- shape() - Method in interface com.comsol.model.Model
-
Returns all shape functions.
- shape() - Method in interface com.comsol.model.ShapeFeature
-
Returns shape function expression.
- shape(String) - Method in interface com.comsol.model.Model
-
Returns a shape function.
- shape(String[]) - Method in interface com.comsol.model.Constr
-
Points to the shape functions associated with the constraint.
- shape(String[]) - Method in interface com.comsol.model.Field
-
Sets the shape functions defining the field variables.
- Shape - Interface in com.comsol.model
-
Shape function.
- ShapeFeature - Interface in com.comsol.model
-
Shape function feature.
- ShapeFeatureList - Interface in com.comsol.model
-
List of shape function features.
- ShapeList - Interface in com.comsol.model
-
List of shape functions.
- shortcutTarget(String) - Method in interface com.comsol.model.Model
-
Internal use.
- show() - Method in interface com.comsol.model.GeomObjectSelectionFeature
-
Returns true if the selection is shown in physics or in part instances (provided the selection is visible within the geometry).
- show(boolean) - Method in interface com.comsol.model.GeomObjectSelectionFeature
-
For a cumulative selection, set a flag that determines whether it will be shown in physics and part instances.
- showAutoSequences(String) - Method in interface com.comsol.model.Study
-
Generates a new attached solver sequence and/or job using default solver settings.
- showFrame() - Method in interface com.comsol.model.ExportFeature
-
Show the current frame in a player animation.
- showInParamSel() - Method in interface com.comsol.model.ModelParamGroup
-
Check if the parameters in this group are visible in parameter selection lists.
- showPlots(boolean) - Static method in class com.comsol.model.util.ModelUtil
-
Specifies whether to show plots when connected to a graphics server.
- showProgress(boolean) - Static method in class com.comsol.model.util.ModelUtil
-
Specifies if progress should be shown on the server.
- showProgress(String) - Static method in class com.comsol.model.util.ModelUtil
-
Specifies file to log progress to.
- size() - Method in interface com.comsol.model.BatchList
-
Returns the number of batch jobs.
- size() - Method in interface com.comsol.model.GeomObjectGroupSelection
-
Returns the number of detail groups found.
- size() - Method in interface com.comsol.model.ModelEntityList
-
Returns the number of entities.
- size() - Method in interface com.comsol.model.NodeGroup
-
Returns the number of group members.
- size() - Method in interface com.comsol.model.Results
-
Determines the number of plot groups.
- size(String) - Method in interface com.comsol.model.MaterialModel
-
Returns the size of the stored parameter, which usually is 1-by-1, 3-by-1 or 3-by-3, but other sizes are supported.
- size(String, int[]) - Method in interface com.comsol.model.MaterialModel
-
Sets the size of the stored parameter.
- slits() - Method in interface com.comsol.model.Shape
-
Return slit selection.
- smoothBoundaryFlux() - Method in interface com.comsol.model.Shape
-
Returns whether smoothing is applied in the computation of boundary flux.
- smoothBoundaryFlux(boolean) - Method in interface com.comsol.model.Shape
-
Sets whether smoothing is applied in the computation of boundary flux.
- sol() - Method in interface com.comsol.model.Model
-
Returns all solver sequences.
- sol(String) - Method in interface com.comsol.model.Model
-
Returns a solver sequence.
- SolutionInfo - Interface in com.comsol.model
-
Solution information.
- solVectorInds() - Method in interface com.comsol.model.XmeshInfoDofs
-
0-based indices into solution vector for all degrees of freedom.
- solveFor(String) - Method in interface com.comsol.model.StudyFeature
-
Returns true if degrees of freedom contributed by a model entity should be actively solved for when computing this study step.
- solverEvent() - Method in interface com.comsol.model.Model
-
Returns all events.
- solverEvent(String) - Method in interface com.comsol.model.Model
-
Returns an event.
- SolverFeature - Interface in com.comsol.model
-
Solver feature.
- SolverFeatureList - Interface in com.comsol.model
-
List of solver features.
- SolverProblemFeature - Interface in com.comsol.model
-
Solver problem feature.
- SolverProblemFeatureList - Interface in com.comsol.model
-
List of solver problem features.
- SolverSequence - Interface in com.comsol.model
-
Solver sequence.
- SolverSequenceList - Interface in com.comsol.model
-
Solver problem feature.
- sorder() - Method in interface com.comsol.model.Frame
-
Returns the geometry shape order.
- sorder() - Method in interface com.comsol.model.FrameFeature
-
Returns the spatial approximation order as an integer.
- sorder() - Method in interface com.comsol.model.ModelNode
-
Returns the geometry shape order used for the model node and its descendants.
- sorder(int) - Method in interface com.comsol.model.Frame
-
Deprecated.Deprecated: use
ModelNode.sorder(String)
instead. - sorder(int) - Method in interface com.comsol.model.FrameFeature
-
Sets the geometry shape order.
- sorder(String) - Method in interface com.comsol.model.ModelNode
-
Sets the geometry shape order used for the model node and its descendants.
- source() - Method in interface com.comsol.model.Pair
-
Gets source selection.
- spatialCoord() - Method in interface com.comsol.model.ModelNode
-
Returns names of spatial frame coordinates.
- spatialCoord(String[]) - Method in interface com.comsol.model.ModelNode
-
Sets names of spatial frame coordinates.
- spatialframe() - Method in interface com.comsol.model.Frame
-
Deprecated.Use
Frame.spatialFrame()
instead. - spatialFrame() - Method in interface com.comsol.model.Frame
-
Sets the frame to be the spatial frame.
- src() - Method in interface com.comsol.model.Element
-
Returns all element features from
src
. - src(String) - Method in interface com.comsol.model.Element
-
Returns an element feature from
src
. - srcFrame() - Method in interface com.comsol.model.Pair
-
Gets source frame.
- srcFrame(String) - Method in interface com.comsol.model.Pair
-
Sets source frame.
- sshape() - Method in interface com.comsol.model.Frame
-
Returns all frame features.
- sshape(String) - Method in interface com.comsol.model.Frame
-
Returns a frame feature.
- start() - Method in interface com.comsol.model.Event
-
Returns the start time for triggering an explicit event.
- start(String) - Method in interface com.comsol.model.Event
-
Sets the start time for triggering an explicit event.
- startVertexDisconnect(int) - Method in interface com.comsol.model.GeomFeature
-
Creates a new vertex for an edge start point in a GeomEdit geometry feature.
- stat() - Method in interface com.comsol.model.MeshSequence
-
Returns mesh statistics object.
- state() - Method in interface com.comsol.model.Ode
-
Returns the state vector.
- state(int, String) - Method in interface com.comsol.model.Ode
-
Sets a state of the global equation.
- state(String[]) - Method in interface com.comsol.model.Ode
-
Sets the states of the global equation.
- status() - Method in interface com.comsol.model.GeomMeshFeature
-
Returns feature status as string.
- stepInto(String) - Method in interface com.comsol.model.GeomSequence
-
Step into a part instance feature.
- storePersistenceData() - Method in interface com.comsol.model.CapeOpenFeature
-
Stores persistence data.
- storePersistenceData() - Method in interface com.comsol.model.ThermodynamicsFeature
-
Stores persistence data.
- study() - Method in interface com.comsol.model.BatchFeature
-
Returns the study of the batch job.
- study() - Method in interface com.comsol.model.Model
-
Returns all studies.
- study() - Method in interface com.comsol.model.SolverSequence
-
Returns the study tag of a solver sequence.
- study(String) - Method in interface com.comsol.model.BatchFeature
-
Assigns a batch job to a study.
- study(String) - Method in interface com.comsol.model.Model
-
Returns a study.
- study(String) - Method in interface com.comsol.model.SolverSequence
-
Assigns a solver sequence to a study.
- Study - Interface in com.comsol.model
-
List of study features.
- StudyContainer - Interface in com.comsol.model
-
Container of study.
- StudyFeature - Interface in com.comsol.model
-
Study step.
- StudyFeatureList - Interface in com.comsol.model
-
List of study steps.
- StudyList - Interface in com.comsol.model
-
List of studies.
- swap() - Method in interface com.comsol.model.Pair
-
Swap source and destination selections.
- symbol() - Method in interface com.comsol.model.Unit
-
Returns the symbol of the unit.
- symbol(String) - Method in interface com.comsol.model.Unit
-
Sets the symbol of the unit.
T
- table() - Method in interface com.comsol.model.Results
-
Get the list of table features.
- table(String) - Method in interface com.comsol.model.Results
-
Get the table feature with a given tag.
- TableBaseFeature - Interface in com.comsol.model
-
Base class for table features.
- TableFeature - Interface in com.comsol.model
-
Contains numerical results, possibly from different sources.
- TableFeatureList - Interface in com.comsol.model
-
List of table features.
- tag() - Method in interface com.comsol.model.ModelEntity
-
Returns the tag of the entity.
- tag(String) - Method in interface com.comsol.model.ModelEntity
-
Assigns a new tag to the entity.
- tagInFile() - Method in interface com.comsol.model.GeomSequence
-
Get the tag of a loaded part in the mph file.
- tagInFile(String) - Method in interface com.comsol.model.GeomSequence
-
Changes the tag in file for a loaded part.
- tags() - Method in interface com.comsol.model.BatchList
-
Returns the tags of the batch jobs.
- tags() - Method in interface com.comsol.model.ModelEntityList
-
Returns a string array with the tags of all entities.
- tags() - Method in interface com.comsol.model.Results
-
Returns the tags of all result features.
- tags() - Static method in class com.comsol.model.util.ModelUtil
-
Return the tags of all models.
- thermodynamics() - Method in interface com.comsol.model.Model
-
Returns the Thermodynamic Properties interface.
- Thermodynamics - Interface in com.comsol.model
-
Thermodynamics interface.
- ThermodynamicsFeature - Interface in com.comsol.model
-
Thermodynamics feature.
- ThermodynamicsFeatureList - Interface in com.comsol.model
-
List of Thermodynamics features.
- timeCreated() - Method in interface com.comsol.model.ModelEntity
-
Returns the creation time of the entity as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
- timeModified() - Method in interface com.comsol.model.ModelEntity
-
Returns the modification time of the entity as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
- timeOut - Variable in class com.comsol.model.util.ServerBusyHandler
-
The time-out.
- title() - Method in interface com.comsol.model.Information
-
Returns title of information object.
- title() - Method in interface com.comsol.model.Model
-
Returns the model title.
- title(String) - Method in interface com.comsol.model.Information
-
Sets title of information object.
- title(String) - Method in interface com.comsol.model.Model
-
Sets the model title.
- transferMesh() - Method in interface com.comsol.model.MeshData
-
Transfers the mesh from the current meshing sequence into the MeshData object.
- transferMesh(String) - Method in interface com.comsol.model.MeshData
-
Transfers the mesh from another meshing sequence into the MeshData object.
- triggeredByChangesFromThisClient() - Method in interface com.comsol.model.util.ModelChangedHandler
-
By default the method
ModelChangedHandler.handleModelChangeOnServer(ModelChangeInfo)
is only called when model changes are made by another client. - type() - Method in interface com.comsol.model.Cpl
-
Returns coupling type.
- type() - Method in interface com.comsol.model.Field
-
Returns the type of field, which can be
normal
,control
,discrete
, orquadrature
.
Thecontrol
type is used to mark a field as intended only for use by the optimization and sensitivity solvers. - type() - Method in interface com.comsol.model.FrameFeature
-
Returns type of frame feature.
- type() - Method in interface com.comsol.model.Group
-
Returns the group type.
- type() - Method in interface com.comsol.model.Ode
-
Returns the type of global equation, which can be
normal
,control
,discrete
, orquadrature
.
Thecontrol
type is used to mark an ode as intended only for use by the optimization and sensitivity solvers. - type() - Method in interface com.comsol.model.Pair
-
Gets pair type.
- type() - Method in interface com.comsol.model.StudyFeature
-
Returns the study type.
- type(String) - Method in interface com.comsol.model.Field
-
Sets the type of field, which can be
normal
,control
,discrete
, orquadrature
.
Thecontrol
type is used to mark a field as intended only for use by the optimization and sensitivity solvers. - type(String) - Method in interface com.comsol.model.FrameFeature
-
Sets type of frame feature.
- type(String) - Method in interface com.comsol.model.Ode
-
Returns the type of global equation, which can be
normal
,control
,discrete
, orquadrature
.
Thecontrol
type is used to mark an ode as intended only for use by the optimization and sensitivity solvers. - type(String) - Method in interface com.comsol.model.Pair
-
Sets pair type.
U
- ubound() - Method in interface com.comsol.model.OptFeature
-
Returns upper bound.
- ubound(String) - Method in interface com.comsol.model.OptFeature
-
Sets upper bound.
- ungroup(String) - Method in interface com.comsol.model.NodeGroupList
-
Removes a group but not its members.
- ungroupAll() - Method in interface com.comsol.model.NodeGroupList
-
Remove all groups in the list.
- uniquetag(String) - Method in interface com.comsol.model.ModelEntityList
-
Returns a unique tag in the list context.
- uniquetag(String) - Method in interface com.comsol.model.Results
-
Returns a unique tag in the list context.
- uniquetag(String) - Static method in class com.comsol.model.util.ModelUtil
-
Create a tag that is not in use by any model.
- Unit - Interface in com.comsol.model
-
Unit.
- UnitList - Interface in com.comsol.model
-
List of units.
- unitsystem() - Method in interface com.comsol.model.Model
-
Deprecated.Use
Model.unitSystem()
instead. - unitsystem(String) - Method in interface com.comsol.model.Model
-
Deprecated.Use
Model.unitSystem(String)
instead. - unitSystem() - Method in interface com.comsol.model.Model
-
Returns all unit systems.
- unitSystem(String) - Method in interface com.comsol.model.Model
-
Returns a unit system.
- UnitSystem - Interface in com.comsol.model
-
Unit system.
- UnitSystemList - Interface in com.comsol.model
-
List of unit systems.
- update() - Method in interface com.comsol.model.FormFeature
-
Update the form with the current application builder definition of the form.
- updateCadParamTable(boolean, boolean) - Method in interface com.comsol.model.GeomFeature
-
Update LiveLink node parameter table with information from CAD program.
- updateSolution() - Method in interface com.comsol.model.SolverSequence
-
Updates a solver sequence to make it up to date with respect to the current model.
- updateVariables() - Method in interface com.comsol.model.SolverFeature
-
Updates the dependent variable list.
- upFlux() - Method in interface com.comsol.model.Shape
-
Returns the name of the up flux variable (an empty string if the variable name has not been set.).
- upFlux(String) - Method in interface com.comsol.model.Shape
-
Sets the name of the up flux variables.
- useConstrDim() - Method in interface com.comsol.model.GeomSequence
-
Check if constraints and dimensions functionality is enabled.
- useConstrDim(boolean) - Method in interface com.comsol.model.GeomSequence
-
Enable or disable the constraints and dimensions functionality.
- useRecovery() - Static method in class com.comsol.model.util.ModelUtil
-
Checks if usage of recovery file is enabled.
V
- value() - Method in interface com.comsol.model.ElemFeature
-
Returns a value from an element feature.
- value(String) - Method in interface com.comsol.model.ElemFeature
-
Sets the value for an element feature.
- valuetype() - Method in interface com.comsol.model.Shape
-
Returns the value type of the shape function.
- valuetype(String) - Method in interface com.comsol.model.Shape
-
Sets the value type of the shape function.
- valueType() - Method in interface com.comsol.model.Ode
-
Returns the value type.
- valueType(String) - Method in interface com.comsol.model.Ode
-
Sets value type as real or complex when splitting of complex variables in real and imaginary parts has been turned on.
- variable() - Method in interface com.comsol.model.AbstractModel
-
Returns all variable collections.
- variable() - Method in interface com.comsol.model.ModelNode
-
Returns all variable collections for this component.
- variable(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a variable collection.
- varnames() - Method in interface com.comsol.model.ExpressionBase
-
Returns all variable names.
- varNameSuffix() - Method in interface com.comsol.model.Frame
-
Returns the variable name suffix of the frame.
- version() - Method in interface com.comsol.model.ModelEntity
-
Returns the version of the entity.
- version(String) - Method in interface com.comsol.model.ModelEntity
-
Sets the version of the entity.
- versionInFile() - Method in interface com.comsol.model.GeomSequence
-
For a loaded part, get the version from the mph file.
- vertexDelete(int) - Method in interface com.comsol.model.GeomFeature
-
Deletes a vertex from a GeomEdit geometry feature.
- vertexNew() - Method in interface com.comsol.model.GeomFeature
-
Add a new vertex to a GeomEdit geometry feature.
- vertexSnap(int) - Method in interface com.comsol.model.GeomFeature
-
Removes a vertex from a GeomEdit geometry feature, and moves all edge endpoints connected to the removed vertex to the closest remaining vertex.
- view() - Method in interface com.comsol.model.AbstractModel
-
Returns all views.
- view() - Method in interface com.comsol.model.ModelNode
-
Returns all views for this component.
- view() - Method in interface com.comsol.model.SavePointGeom
-
Returns views.
- view(String) - Method in interface com.comsol.model.AbstractModel
-
Returns a view.
- view(String) - Method in interface com.comsol.model.SavePointGeom
-
Returns a view.
- View - Interface in com.comsol.model
-
View.
- ViewBase - Interface in com.comsol.model
-
Base interface for views.
- ViewFeature - Interface in com.comsol.model
-
View feature.
- ViewFeatureList - Interface in com.comsol.model
-
List of view features.
- ViewList - Interface in com.comsol.model
-
List of views.
- voidsAreLabeled() - Method in interface com.comsol.model.GeomInfo
-
Returns
true
if all finite void regions are labeled with negative domain indices in the serialization (mphtxt/mphbin file).
W
- warningNames() - Method in interface com.comsol.model.MeshProblemFeatureList
-
Deprecated.Use
GeomMeshFeature.warnings()
instead. - warningNames() - Method in interface com.comsol.model.SolverProblemFeatureList
-
Returns warning names of problem feature list.
- warnings() - Method in interface com.comsol.model.GeomMeshFeature
-
Return warning information.
- weak() - Method in interface com.comsol.model.Model
-
Returns all weak form equations.
- weak() - Method in interface com.comsol.model.Ode
-
Returns all weak equations.
- weak() - Method in interface com.comsol.model.Weak
-
Returns weak expressions.
- weak(int, String) - Method in interface com.comsol.model.Ode
-
Sets a weak equation at a position.
- weak(int, String) - Method in interface com.comsol.model.Weak
-
Set a weak expression at a position.
- weak(String) - Method in interface com.comsol.model.Model
-
Returns a weak form equation.
- weak(String) - Method in interface com.comsol.model.Weak
-
Set a weak expression.
- weak(String[]) - Method in interface com.comsol.model.Ode
-
Sets the weak equations.
- weak(String[]) - Method in interface com.comsol.model.Weak
-
Sets the weak expressions.
- Weak - Interface in com.comsol.model
-
Weak form equations.
- WeakList - Interface in com.comsol.model
-
List of weak form equations.
- WorkPlaneFeature - Interface in com.comsol.model
-
Work plane.
X
- xdIntRule() - Method in interface com.comsol.model.Weak
-
Returns list of extra dimension integration rules.
- xdIntRule(int, String) - Method in interface com.comsol.model.Weak
-
Assigns an extra dimension integration rule to a position in the weak form feature.
- xdIntRule(String) - Method in interface com.comsol.model.Weak
-
Assigns an extra dimension integration rule to the weak form feature.
- xdIntRule(String[]) - Method in interface com.comsol.model.Weak
-
Assigns the extra dimension integration rules to the weak form feature.
- XDLocalSelection - Interface in com.comsol.model
-
Local selection supporting extra dimensions.
- xmeshInfo() - Method in interface com.comsol.model.SolverFeature
-
Returns extended mesh information.
- xmeshInfo() - Method in interface com.comsol.model.SolverSequence
-
Returns extended mesh information for solution.
- xmeshInfo(int) - Method in interface com.comsol.model.SolverSequence
-
Returns extended mesh information for solution iMulti of multi solution object.
- xmeshInfo(String) - Method in interface com.comsol.model.SolverFeature
-
Returns extended mesh information for a mesh case.
- xmeshInfo(String) - Method in interface com.comsol.model.SolverSequence
-
Returns extended mesh information for solution for mesh case.
- XmeshInfo - Interface in com.comsol.model
-
Extended mesh information.
- XmeshInfoDofs - Interface in com.comsol.model
-
Extended mesh degrees of freedom information.
- XmeshInfoElements - Interface in com.comsol.model
-
Extended mesh element information.
- XmeshInfoNodes - Interface in com.comsol.model
-
Extended mesh node information.
All Classes All Packages