Dear silvia
Hello.
i use 2.1.1 version and when i type (save 1) i get this :
invalid command name "save" .
i badly need to use this command. could you please tell me which version supports save command.
thanks a lot
which version supports save command
Moderators: silvia, selimgunay, Moderators
-
- Posts: 82
- Joined: Fri Aug 14, 2009 12:11 am
- Location: iiees
-
- Posts: 82
- Joined: Fri Aug 14, 2009 12:11 am
- Location: iiees
-
- Posts: 24
- Joined: Mon Mar 14, 2005 11:12 pm
- Location: Department of Civil Engineering, Kunsan National University
it is possible to run opensees via matlab m-file with the command: ! OpenSees Inputfile.tcl , by putting them in the same current work directory.
It is then possible to run Opensees in a matlab loop by changing/varying the input parameters and writing a new .tcl input file in each iteration, say a Monte-Carlo analysis (ex. for-loop statements). Post processing and plotting of the results would then be very convenient if everything is worked inside matlab.
However, it must be noted that with this procedure every analysis run in each iteration within a matlab loop is deterministic, and the state of the model is always refreshed anew, meaning it does not carry the analysis output conditions from the previous state as its initial condition for the start of the next iteration.
Although it is also possible to make an analysis loop directly within the .tcl input file, but I am not just very sure if it also carries the previous state as its initial condition for the next iteration since I haven't tried it myself.
It is then possible to run Opensees in a matlab loop by changing/varying the input parameters and writing a new .tcl input file in each iteration, say a Monte-Carlo analysis (ex. for-loop statements). Post processing and plotting of the results would then be very convenient if everything is worked inside matlab.
However, it must be noted that with this procedure every analysis run in each iteration within a matlab loop is deterministic, and the state of the model is always refreshed anew, meaning it does not carry the analysis output conditions from the previous state as its initial condition for the start of the next iteration.
Although it is also possible to make an analysis loop directly within the .tcl input file, but I am not just very sure if it also carries the previous state as its initial condition for the next iteration since I haven't tried it myself.
-
- Posts: 82
- Joined: Fri Aug 14, 2009 12:11 am
- Location: iiees