The following files are created by an Automation run.
Item | Folder | Description |
---|---|---|
Output json | Json | JSON output file containing key values from the analysis run by each command. Referenced by the outputFilename JSON item. |
Log | Log | Text file containing the progress log. Referenced by the logFilename JSON item. |
ASBD model | Model | Binary file for the model. Referenced by the modelFilename JSON item. |
Design report | Report | The design report as a PDF file. Referenced by the reportFilename JSON item. |
Image | Report\Graphics_**** | The graphics folder contains the graphic files (.png) referenced in the output JSON file. The graphics folder name is unique to each automation run. |
The output content depends on the type of analysis, for example, for design beams the critical effects are output.
{
"parameters": {
"type": "LIVE_BENDING",
"limitState": "SLS",
"loadCombination": 2,
"classType": 2,
"componentType": "GIRDER",
"fibreType": "TOP",
"stressType": "MIN",
"loadOriginType": "MAX_NEG"
},
"spanPos": "23.438m",
"spanPosRatio": 0.963,
"design": "2.57MPa",
"allowable": "-3.71MPa",
"ratio": 0.69,
"graphicsFile": "Graphics_20019210\\LIVE_BENDING_SLS_(Live_load_BM_2___Max_Hog)_3-1.png"
},
{
"parameters": {
"type": "ERECTION",
"limitState": "SLS",
"loadCombination": 1,
"classType": 2,
"componentType": "GIRDER"
},
"spanPos": "21.438m",
"spanPosRatio": 0.88,
"design": "-2.53MPa",
"allowable": "-3.71MPa",
"ratio": 0.68,
"graphicsFile": "Graphics_20019210\\ERECTION_SLS_(Erection_of_beam)_4-1.png"
}
Here is an example for Design Section Shear analysis.
{
"commands" : [
{
"commandID" : "DS_C1",
"action" : {
"status" : "OK",
"results" : {
"sectionRef" : "SS1",
"analysisType" : "SHEAR",
"limitState" : "LS_ACCIDENTAL",
"loadcase" : "SL1: Pile at 5.2m depth",
"cracked" : "true",
"lambda1" : "0.8503",
"lambda2" : "1",
"shearWidth" : "950.0mm",
"shearDepth" : "950.0mm",
"V_Rd,max" : "8091.92kN",
"V_Ed" : "211.50kN",
"Asw_per_s" : "5157.0mm\u00B2\/m",
"z_over_d": "1.112"
}
}
}
]
}
The values can be output as values or as strings including the unit.
The progress log text file details the model data and commands as it is processed and shows warnings and errors.
The optional design report for a section or beam as a PDF contains all of calculations in detail.
The hyperlinks in the summary table point to the detailed calculations in the report (which detail the performance ratio calculation).