public abstract class ExtrudedGrain extends Object
| Constructor and Description |
|---|
ExtrudedGrain() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLength() |
boolean |
isAftEndInhibited() |
boolean |
isForeEndInhibited() |
protected int |
numberOfBurningEnds(double regression) |
double |
regressedLength(double regression) |
void |
setAftEndInhibited(GrainSurface grainSurface) |
void |
setForeEndInhibited(GrainSurface grainSurface) |
void |
setLength(double length) |
protected int numberOfBurningEnds(double regression)
public double regressedLength(double regression)
public double getLength()
public void setLength(double length)
public void setForeEndInhibited(GrainSurface grainSurface)
public void setAftEndInhibited(GrainSurface grainSurface)
public boolean isForeEndInhibited()
public boolean isAftEndInhibited()
Copyright © 2019. All rights reserved.