public class Gigogne.Bihet
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Gigogne.Bihet() |
Modifier and Type | Method and Description |
---|---|
void |
setGeometry(java.lang.String type)
set the geometric type of micro structures.
|
void |
setMixture(Composition cmix,
Composition cmixdil,
float[] fract,
Composition[][] cmixgr)
set a single double-heterogeneity media.
|
void |
setRadius(float[] radius)
define the radius for a single type of micro-structure.
|
public void setGeometry(java.lang.String type)
type
- type of geometry. This variable is chosen among the
following values:
public void setMixture(Composition cmix, Composition cmixdil, float[] fract, Composition[][] cmixgr)
cmix
- composite medium associated with a
double-heterogeneity medium.cmixdil
- diluant medium associated with a
double-heterogeneity medium. This is the medium surrounding
the micro-structures.fract
- volumetric concentration (VG/VR) of each
micro-structure type (VG) in the double-heterogeneity
medium (VR).cmixgr
- media associated with each region
of the micro-structures (inner loop) for each type of
micro-structure (outer loop) with a non-zero volumetric
concentration.public void setRadius(float[] radius)
radius
- radius of the tubes or spherical shells making
up the micro-structures. We must have radius[0]=0.0f.