Package jline.solvers.fluid.analyzers
Interface FluidAnalyzer
-
- All Implemented Interfaces:
public interface FluidAnalyzer
-
-
Method Summary
Modifier and Type Method Description abstract void
analyze(NetworkStruct sn, SolverOptions options, SolverResult result)
abstract Matrix
getXVecIt()
-
-
Method Detail
-
analyze
abstract void analyze(NetworkStruct sn, SolverOptions options, SolverResult result)
-
-
-
-