- Examples
This is an old revision of the document!
The Lagamine Inverse code allows the computation of parameter sensitivity through a semi-analytical calculation. This implementation does not fundamentally change the code, but the simulation with Lagamine Inverse will be made so as to obtain both a reference finite element curve and the derivative of this curve with respect to the specified parameters. These values are input in a *.sm file at each iteration. When the Lagamine Inverse is used, the parameters specified by the user in the *.ia file are not read from the *.lag file but from the *.op file.
In order to launch a simulation using the Lagamine Inverse, several things are necessary:
In the *ex.dat file, the parameter IOPT (ninth parameter on the first line) must be set to 1 to activate the Lagamine Inverse simulation. It is also necessary to indicate an IDENT (5th parameter of first line) that allows the user to specify his curve in INVA.F and WSENSM.F (see figure 1).
Fig. 1: Example of *ex.dat file with activation of Lagamine Inverse
The user must implement in the INVA.F subroutine the finite element curves that will be compared with the experimental curves (for instance, a stress-strain curve).