Skip to content

Commit 7a10629

Browse files
committed
FDS Source: Fix typo in setting default TGA_DT.
1 parent 4db04cc commit 7a10629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Manuals/FDS_User_Guide/FDS_User_Guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13497,7 +13497,7 @@ \section{\texorpdfstring{{\tt SURF}}{SURF} (Surface Properties)}
1349713497
\ct{TEXTURE_MAP} & Character & Section~\ref{info:texture_map} & & \\ \hline
1349813498
\ct{TEXTURE_WIDTH} & Real & Section~\ref{info:texture_map} & m & 1. \\ \hline
1349913499
\ct{TGA_ANALYSIS} & Logical & Section~\ref{info:TGA_DSC_MCC} & & \ct{F} \\ \hline
13500-
\ct{TGA_DT} & Real & Section~\ref{info:TGA_DSC_MCC} & s & 0.1 \\ \hline
13500+
\ct{TGA_DT} & Real & Section~\ref{info:TGA_DSC_MCC} & s & 0.01 \\ \hline
1350113501
\ct{TGA_DUMP} & Real & Section~\ref{info:TGA_DSC_MCC} & K & 1 \\ \hline
1350213502
\ct{TGA_FINAL_TEMPERATURE} & Real & Section~\ref{info:TGA_DSC_MCC} & $^\circ$C & 800. \\ \hline
1350313503
\ct{TGA_HEATING_RATE} & Real & Section~\ref{info:TGA_DSC_MCC} & $^\circ$C/min & 5. \\ \hline

Source/cons.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ MODULE GLOBAL_CONSTANTS
743743
INTEGER :: TGA_SURF_INDEX=-100 !< Surface properties to use for special TGA calculation
744744
INTEGER :: TGA_WALL_INDEX=-100 !< Wall index to use for special TGA calculation
745745
INTEGER :: TGA_PARTICLE_INDEX=-100 !< Particle index to use for special TGA calculation
746-
REAL(EB) :: TGA_DT=0.1_EB !< Time step (s) to use for special TGA calculation
746+
REAL(EB) :: TGA_DT=0.01_EB !< Time step (s) to use for special TGA calculation
747747
REAL(EB) :: TGA_DUMP=1._EB !< Temperature output interval (K), starting at TMPA, to use for special TGA calculation
748748
REAL(EB) :: TGA_HEATING_RATE=5._EB !< Heat rate (K/min) to use for special TGA calculation
749749
REAL(EB) :: TGA_FINAL_TEMPERATURE=800._EB !< Final Temperature (C) to use for special TGA calculation

0 commit comments

Comments
 (0)