EXPERIMENT
This command is for the ED-EXP module.
This command is used in original experimental data files (*.POP or *.DOP), but can also be given interactively inside the ED-EXP module, to change the value or uncertainty of an experiment or to add more experimental information.
In the DICTRA module, you work with a .DOP file instead of a .POP file.
An experiment usually consists of two parts with a colon (:) separating them:
- as a quantity relation, and
- as the uncertainty of the value for the quantity,
The quantity relation can be a normal POLY module condition or an inequality (which is similar to condition but the relation between the quantity and given value is not in equality, i.e. < or >). The uncertainty can be expressed as an absolute value or relative to the value (x%).
An experiment that uses an inequality gives zero contribution to the sum of errors in the optimization procedure of PARROT if the value is on the right side. If the value is on the wrong side, the value after the colon determines how steeply the error increases with the value.
Syntax |
experiment |
|
The experiment must be typed after the command. Several experiments can be given on the same line. The syntax of EXPERIMENT is similar to a CONDITION. Usually, a state variable set equal to a value with a given uncertainty is specified after the colon (:). For example, An inequality, < or >, can also be used. For example: ACR(C)<-0.01:0.001, W(BCC,AG)>0.05:10%
|

A typical experiment added interactively specifies that a phase should not be stable in a certain experiment, because a phase may appear in a range of composition or of temperature where it has never been observed during the optimization. A phase is unstable if its driving force is negative, and you can add experimental information to enforce that. For example, you can suppress the HCP phase in an existing experimental point:
CHANGE-STATUS HCP=DORMANT
EXPERIMENT DGM(HCP)<-.001:.0001
DGM is the POLY variable for the driving force that is already divided by RT
, and it is dimensionless. Only dormant phases can have driving forces larger than zero, as this indicates that these would be stable if allowed to form. The experiment in the above case tries to modify the model parameters to make the HCP phase unstable.
More general examples of experiment definitions:
EXPERIMENT X(LIQ,PB)=.10:.01 X(FCC,PB)=0.02:.01
EXPERIMENT ACR(PB)=0.8:5%
EXPERIMENT T=700:5
The first experiment above describes a tie-line where the experimentally measured mole fraction of Pb is 0.1 in the liquid phase and 0.02 in the FCC phase, and its uncertainty is 0.01 for both measurements. The second experiment is that the activity of Pb should be 0.8 with an uncertainty of 5 percent.
The reference state of the component Pb must be set with the command SET_REFERENCE_STATE. The final one is that the temperature should be 700 K with an uncertainty of 5 degrees.
Experiments that are functions of states variable(s) must be described as the defined functions. For example:
ENTER_FUNCTION HTR=HM(LIQUID)-HM(FCC);
EXPERIMENT HTR=7000:1000