wiki:sns:snspro:report
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:sns:snspro:report [2017/07/13 08:00] – zach | wiki:sns:snspro:report [2023/12/13 13:41] (current) – [Related Video] michael | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Standard Report ===== | + | ~~CLOSETOC~~ |
+ | {{TOC: | ||
+ | \\ | ||
- | A web-ready report of the analysis results may be generated using the **[Report]** button on the View tab: | + | {{ :wiki: |
- | {{:wiki: | + | ====== Standard Report ====== |
+ | |||
+ | A web-ready report of the analysis results may be generated using the **[Report]** button on the View tab: | ||
- | Scan& | + | Scan& |
===== Customizing Report ===== | ===== Customizing Report ===== | ||
- | Scan& | + | Scan& |
==== Template File Format ==== | ==== Template File Format ==== | ||
- | One of two different templates | + | The report template file is called |
{{: | {{: | ||
Line 47: | Line 51: | ||
|::: |// | |::: |// | ||
|::: |// | |::: |// | ||
- | |::: |//DSPX// --x component of the computed displacement field| | + | |::: |~ //DSPX// --x component of the computed displacement field| |
- | |::: |//DSPY// --y component DSPZ --z component DSPT --total displacement| | + | |::: |~ //DSPY// --y component DSPZ --z component DSPT --total displacement| |
- | |::: |//VONM// --Von Mises stress| | + | |::: |~ //VONM// --Von Mises stress| |
- | |::: |//SIG1// --maximum principal stress| | + | |::: |~ //SIG1// --maximum principal stress| |
- | |::: |//SIG2// --middle principal stress| | + | |::: |~ //SIG2// --middle principal stress| |
- | |::: |//SIG3// --minimum principal stress| | + | |::: |~ //SIG3// --minimum principal stress| |
- | |::: |//EPS1// --maximum principal strain| | + | |::: |~ //EPS1// --maximum principal strain| |
- | |::: |//EPS2// --middle principal strain| | + | |::: |~ //EPS2// --middle principal strain| |
- | |::: |//EPS3// --minimum principal strain| | + | |::: |~ //EPS3// --minimum principal strain| |
- | |::: |//DGRL// --material’s default danger level| | + | |::: |~ //DGRL// --material’s default danger level| |
- | |::: |//SED// --strain energy density| | + | |::: |~ //SED// --strain energy density| |
- | |::: |//PTC// --principal tension/ | + | |::: |~ //PTC// --principal tension/ |
- | |## | + | |//## |
- | |## | + | |::: |~ //DSPX// --x component of the computed displacement field| |
+ | |::: |~ //DSPY// --y component| | ||
+ | |::: |~ //DSPZ// --z component| | ||
+ | |::: |~ //DSPT// --total displacement| | ||
+ | |::: |~ //VONM// --Von Mises stress| | ||
+ | |::: |~ //SIG1// --maximum principal stress| | ||
+ | |::: |~ //SIG2// --middle principal stress| | ||
+ | |::: |~ //SIG3// --minimum principal stress| | ||
+ | |::: |~ //EPS1// --maximum principal strain| | ||
+ | |::: |~ //EPS2// --middle principal strain| | ||
+ | |::: |~ //EPS3// --minimum principal strain| | ||
+ | |::: |~ //DGRL// --material’s default danger level| | ||
+ | |::: |~ //SED// --strain energy density| | ||
+ | |::: |~ //PTC// --principal tension/ | ||
+ | |//##DATETIME//|//DATE// includes the current date in the report, may be followed by //TIME//| | ||
+ | |::: |//TIME// includes the current time in the report, may be followed by //DATE//| | ||
==== Editing the Templates ==== | ==== Editing the Templates ==== | ||
Line 67: | Line 86: | ||
- Start Notepad and choose File> | - Start Notepad and choose File> | ||
- | - In the File Open dialog, browse to the installation directory and locate the file entitled AdvancedReportTemplate.html | + | - In the File Open dialog, browse to the installation directory and locate the file entitled AdvancedReportTemplate.html. On Windows, the default location will be C: |
- Open the file. | - Open the file. | ||
- Decide the type of information and its desired location in the report: | - Decide the type of information and its desired location in the report: | ||
- | - To add an image showing the geometry alone, add the following to the template file: ## | + | - To add an image showing the geometry alone, add the following to the template file: //## |
- | - To add an image of the boundary conditions, add the following to the template file: ## | + | - To add an image of the boundary conditions, add the following to the template file: //## |
- | - To add an image showing a component of the solution displayed on the geometry, refer to the table of keywords above for valid entries for component_tag and add the following line to the template file: ## | + | - To add an image showing a component of the solution displayed on the geometry, refer to the table of keywords above for valid entries for component_tag and add the following line to the template file: //## |
- | - To add a table of geometric properties, add the following line to the template file: ## | + | - To add a table of geometric properties, add the following line to the template file: //## |
- | - To add a table of material properties, add the following line to the template file: ## | + | - To add a table of material properties, add the following line to the template file: //## |
- | - To add a table of applied loads, add the following line to the template file: ## | + | - To add a table of applied loads, add the following line to the template file: //## |
- | - To add a table of restraints, add the following line to the template file: ## | + | - To add a table of restraints, add the following line to the template file: //## |
- | - To add a table of analysis settings, add the following line to the template file: ## | + | - To add a table of analysis settings, add the following line to the template file: //## |
- | - To add a table showing the extrema of a solution component, refer to the table of keywords above for valid entries for component_tag and add the following line to the template file: ## | + | - To add a table showing the extrema of a solution component, refer to the table of keywords above for valid entries for component_tag and add the following line to the template file: //## |
- | - To add a table summarizing solution extrema, refer to the table of keywords above for valid entries for component_tag and add the following line to the template file: ## | + | - To add a table summarizing solution extrema, refer to the table of keywords above for valid entries for component_tag and add the following line to the template file: //## |
- Headings and descriptions may be intermixed with the Scan& | - Headings and descriptions may be intermixed with the Scan& | ||
- When finished, save the template file in the installation directory. | - When finished, save the template file in the installation directory. | ||
Line 91: | Line 110: | ||
{{: | {{: | ||
- | Template code on the left gives rise to the output on the right. HTML code is output directly to the report file unchanged. Scan& | + | Template code on the left gives rise to the output on the right. HTML code is output directly to the report file unchanged. Scan& |
=== Detail 2 === | === Detail 2 === | ||
Line 97: | Line 116: | ||
{{: | {{: | ||
- | Template code on the left gives rise to the output on the right. HTML code is output directly to the report file unchanged. Scan& | + | Template code on the left gives rise to the output on the right. HTML code is output directly to the report file unchanged. Scan& |
+ | |||
+ | =====Related Video===== | ||
+ | <WRAP half column> | ||
+ | To learn more on how to generate reports, watch Intact Solutions' | ||
+ | |||
+ | {{youtube> | ||
+ | </ | ||
wiki/sns/snspro/report.1499954432.txt.gz · Last modified: 2017/07/13 08:00 by zach