Changes between Version 45 and Version 46 of ExampleAxialStressedBeam
- Timestamp:
- 10/21/14 13:19:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExampleAxialStressedBeam
v45 v46 130 130 131 131 # We create an Event from this RandomVector 132 myEvent = Event(G, Less(), 0.0 , 'Event 1')132 myEvent = Event(G, Less(), 0.0) 133 133 134 134 }}} … … 145 145 {{{ 146 146 cv = 0.05 147 NbSim = 100000147 NbSim = int(1e5) 148 148 149 149 algoMC = MonteCarlo(myEvent) … … 277 277 278 278 Here is the script used for this example: 279 [attachment:wiki:ExampleAxialStressedBeam:AxialStressedBeam-v1. 2.py]279 [attachment:wiki:ExampleAxialStressedBeam:AxialStressedBeam-v1.4.py] 280 280 281 281 Here is the archive of the three calculation scripts: