Package comsolbuilder
Class ComsolMaterial
- java.lang.Object
-
- comsolbuilder.ComsolMaterial
-
public class ComsolMaterial extends java.lang.Object
An instance of the ComsolMaterial class is an object which contains the parameters associated with a material in COMSOL.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
Name of material.java.lang.Double
relpermittivity
Relative permittivity of material.
-
Constructor Summary
Constructors Constructor Description ComsolMaterial(java.lang.String nameInput, java.lang.Double relpermittivityInput)
The constructor for the ComsolMaterial object.
-