Package jline.solvers.des.handlers
Class Solver_ssj_lnKt
-
- All Implemented Interfaces:
public final class Solver_ssj_lnKt
-
-
Method Summary
Modifier and Type Method Description final static LNDESResultsolver_ssj_ln(LayeredNetworkStruct lsn, SolverOptions options)Steady-state LayeredNetwork simulation using SSJ library. -
-
Method Detail
-
solver_ssj_ln
final static LNDESResult solver_ssj_ln(LayeredNetworkStruct lsn, SolverOptions options)
Steady-state LayeredNetwork simulation using SSJ library.
- Parameters:
lsn- LayeredNetwork structureoptions- Solver configuration options- Returns:
LNDESResult with steady-state performance metrics
-
-
-
-