Skip to content

Commit

Permalink
Plot tools block guide update
Browse files Browse the repository at this point in the history
Updated block guide to include information about the plotting functions
(SSplot, TDplot, DViewerGUI, IDesign update tool, etc. .
  • Loading branch information
chapman178 committed May 20, 2016
1 parent 6934404 commit 798276e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Trunk/TMATS_Library/TMATS_Support/FunM_TMATS.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<tr><td>[h] = t2h(T)</td><td>Look up enthalpy(h) based on temperature(T)</td>
<tr><td>[s] = PT2s(T,P)</td><td>Look up entropy(s) based on pressure(P) and temperature(T)</td>
<tr><td>[T] = sP2T(s,P)</td><td>Look up temperature(T) based on entropy(s) and pressure(P)</td>
<tr><td>DViewGUI</td><td>Run T-MATS Data Viewer. This tool consists of a GUI that runs the SSplot and TDplot among other things.</td>
<tr><td>PlotCMap(NcV,WcA,PRA,EffA)</td><td>Plot compressor map based on an Nc vector, Wc array, PR array, and Eff array.
<br> addtional inputs can be included by with the format PlotCMap(_,Name,Value,...,Value)
<br> type "help TMATS.PlotCMap" for acceptable inputs and format.
Expand All @@ -23,4 +24,7 @@
<br> type "help TMATS.PlotTMap" for acceptable inputs and format.
<br> An exmaple of this command might look like:
<br>TMATS.PlotTMap(NcV,WcA,PRA,EffA,'scalar',s_Wc,s_PR,s_Eff,'effcolor',0.5,'slformat','%2.2f','offset',0.03);</td>
<tr><td>DViewGUI</td><td>Run T-MATS Data Viewer. This tool consists of a GUI that runs the SSplot and TDplot among other things.</td>
<tr><td>SSplot(filename, StationVarVec)</td><td> Autogenerate steady state data plots. Note: all data must be generated with the Simulink/ToWorkspace block as a TimeSeries and consistant with the GasPropChar bus or Data bus (from compressors or turbines).</td>
<tr><td>TDplot(filename)</td><td> Autogenerate transient data plots. Note: all data must be generated with the Simulink/ToWorkspace block as a TimeSeries and be consistant with the GasPropChar bus or Data bus (from compressors or turbines).</td>
</table>
1 change: 1 addition & 0 deletions Trunk/TMATS_Library/TMATS_Support/Tools_TMATS.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
<table border="1"> <tr><td>Tool</td><td>hotkey</td><td>Description</td></tr>
<tr><td>GF_Convert</td><td>Alt-K</td><td>Go and from tag convert, converts a goto tag to a from tag or visa versa.</td></tr>
<tr><td>Block Line Setup</td><td>Alt-L</td><td>block line setup, adds appropriate go to tags to T-MATS blocks or any subsystem. These tag are designed to make model creation faster and more intuitive.</td></tr>
<tr><td>Set IDes</td><td>N/A</td><td>Set Ides will look through the current diagram for blocks containing the variable iDesign_M and changes it to the value specified in the GUI. Note: this only works for the current diagram and if there are sub-models being used they much be changed separately.</td></tr>
</table>

0 comments on commit 798276e

Please sign in to comment.