0 votes
179 views

Good  day,

I am doing a MonteCarlo simulation to consider how by varying  3 of the global parameters the result would change. When running the MonteCarlo I obtain a weird result and the following message: Formula evaluation failed, exchange 34344011 . Do any of you to what it refers?

When I go to the help log, the multiple errors that appear mention cyclic dependance. 

Thanks in advance.

in openLCA by (140 points)
by (140 points)
When looking at the log, it says:

176486784    ModalContext    ERROR    org.openlca.core.matrix.CalcExchange    Formula evaluation failed, exchange 34344009
org.openlca.expressions.InterpreterException: Evaluation of expression SAI_Foam_lifeSpan failed: Second evaluation call on variable sai_foam_lifespan. Cyclic dependencies? at line 1, column 1
        at org.openlca.expressions.Scope.eval(Scope.java:61)
        at org.openlca.core.matrix.CalcExchange.matrixValue(CalcExchange.java:83)
        at org.openlca.core.matrix.uncertainties.UExchangeCell.next(UExchangeCell.java:39)
        at org.openlca.core.matrix.uncertainties.UMatrix.generate(UMatrix.java:88)
        at org.openlca.core.matrix.MatrixData.simulate(MatrixData.java:76)
        at org.openlca.core.math.Simulator.generateData(Simulator.java:209)
        at org.openlca.core.math.Simulator.nextRun(Simulator.java:153)
        at org.openlca.app.results.simulation.SimulationProgress.doNextRun(SimulationProgress.java:57)
        at org.openlca.app.results.simulation.SimulationProgress.run(SimulationProgress.java:41)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
    Caused by: org.openlca.expressions.ExpressionException: Second evaluation call on variable sai_foam_lifespan. Cyclic dependencies? at line 1, column 1
        at org.openlca.expressions.VariableFunction.evaluate(VariableFunction.java:35)
        at org.openlca.expressions.Scope.tryEval(Scope.java:71)
        at org.openlca.expressions.Scope.eval(Scope.java:58)
        ... 9 more

The values that I am adding are positive

Please log in or register to answer this question.

...