[quote author=Ruben link=topic=20133.msg26060#msg26060 date=1496387250]
1. Does WEST calculate by itself basic system operational paràmeters values like SRT or OLR? What can I do to see them? So far I've only achieved it by creating them as new algebraic variables and introducing their formula.
[/quote]
No, not 'automatically'.
Yes, one way is to create so-called [b]Calculator Variables[/b], which is what you did. This approach has advantages (it's very quick) and disadvantages (not reusable outside of the project).
Another way (as of rel.2017) is to create a [b]Top-level State Variable[/b] - with the advantage, over the Calculator Variable, that you can write complex expressions.
For SRT though, you should rather use the 'OperationalParameters' model associated with the [b]Process Calculator block[/b] - and provide the necessary quantities to it by connecting the relevant terminals in your layout.
[quote author=Ruben link=topic=20133.msg26060#msg26060 date=1496387250]
2. I have some problems to connect some input and output blocks to the flow diagram (please find the attached file):
error 1) I've been trying to define a temperature cycle through an input block connected to the ASU unit but when I execute the simulation it's not reproduced.
error 2) It’s not possible to connect an output bock for a variable to be shown (OD for instance) from the ASU block.
error 3) It’s not possible to connect an Iron dosing or Alum dosing block to a flow line (same error message as in error 2).
How should I proceed to do that properly?
[/quote]
[1] Are you sure you're executing the Dynamic Simulation and not the Steady-State Simulation - which will use the computed average temperature, which may very well be 20 degC?
Or: are you sure the Input block is connected to the Temp variable of the tank - which is the one you're plotting?
[2] The reason why it does not allow you to finalise the connection is because you haven't defined a top-level interface variable of type 'Output'.
Anyway, why do you need an explicit Output block? this is not necessary to e.g. plot a variable, or send it to a file output ...
[3] It should not be the case. Why does your Iron Dosing block not display a valid output terminal? which Instance are you using?
[quote author=Ruben link=topic=20133.msg26060#msg26060 date=1496387250]
3) Is it possible to use an anaerobic digester in all the models (instances)? How can I see how WEST does the conversion of ASM1 or ASM2d variables into ADM1 variables?
[/quote]
No, it can only be used in the scope of an ASM1 Instance.
The Models Guide contains a detailed description of every model.
[quote author=Ruben link=topic=20133.msg26060#msg26060 date=1496387250]
4) I haven't seen any specific block for the aerobic digesters. Are we supposed to model it like a norma ASU unit?
[/quote]
Yes, that would be my approach as well.