<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to General information</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/General%2520information/</link><description>Recent changes to General information</description><atom:link href="https://sourceforge.net/p/aus-trans-sim/wiki/General%20information/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Nov 2018 21:27:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/aus-trans-sim/wiki/General%20information/feed" rel="self" type="application/rss+xml"/><item><title>General information modified by Vladislav Kaverinsky</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/General%2520information/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -7,3 +7,5 @@
 [Instrucrion of the solver usage](https://sourceforge.net/p/aus-trans-sim/wiki/Work%20with%20the%20solver%20module/)

 [Instruction for the results handler](https://sourceforge.net/p/aus-trans-sim/wiki/Working%20with%20the%20module%20for%20processing%20results/)
+
+[Advanced features](https://sourceforge.net/p/aus-trans-sim/wiki/Advanced%20features/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladislav Kaverinsky</dc:creator><pubDate>Fri, 23 Nov 2018 21:27:16 -0000</pubDate><guid>https://sourceforge.net2072528ad18baf1900dc0a54aac890dca8d6288c</guid></item><item><title>General information modified by Vladislav Kaverinsky</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/General%2520information/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,26 +1,7 @@
-The program is a computer implementation of physically based semi-empirical mathematical models describing the thermodynamics and kinetics of phase transformations
- in complex alloyed steels. It can be used for theoretical studies of the characteristics of these phenomena, for the development and improvement of technological
- regimes of thermal and thermomechanical processing, or for educational purposes.
-The software product is represented by two independent modules: the solver and the processor of the calculation results.
- These modules can be in various arbitrary folders.
-The solver module consists of a directory that includes directly the executive file start_calculation.exe and two folders:
- database (where the database is located) and result (where the file with the simulation results is stored).
- In the same folder is placed the task file, which should be called task_input.txt. 
- In the database folder there is a file called db_file_list.db, which stores the list of other files of the program.
- The current implementation has the following database files:
- input_empirical.db, input_diffusion.db, input_J_alpha.db, input_J_Bainite.db, input_J_T.db, input_TD.db, input_deform.db.
- This set of files provides a set of input data for thermodynamic and kinetic modeling of the decomposition of supercooled austenite in steel.
- These files are textual in nature and can be modified and supplemented by the user if he has additional data,
- for example, obtained from an experiment.
- The out.txt files (with the results of the calculation) and ctrl.txt
- (contains specific information necessary for analyzing the work and debugging the program by the developer)
- are automatically created in the result folder.
-The results converter module consists of a directory that includes the main.exe executing file directly and a number of additional files created during compilation
- with which the user does not interact directly. SelectedResults.xls files (containing a selection of results) and config.tmp
- (stores the address of the last working directory) are automatically created in the same folder.
- Working with this module requires that MS Excel be installed on this computer.
- The essence of this module is to compile samples of the data of interest from the file of calculation results (sets of value pairs) 
- and transfer and save them into an MS Excel file for further analysis.
+The program is a computer implementation of physically based semi-empirical mathematical models describing the thermodynamics and kinetics of phase transformations  in complex alloyed steels. It can be used for theoretical studies of the characteristics of these phenomena, for the development and improvement of technological regimes of thermal and thermomechanical processing, or for educational purposes. The software product is represented by two independent modules: the solver and the post-processor for the calculated results. These modules can be in various arbitrary folders. The solver module consists of a directory that includes directly the executive file start_calculation.exe and two folders:  database (where the database is located) and result (where the file with the simulation results is stored).  In the same folder with the executible file is placed the task file, which must be called task_input.txt.  In the database folder there is a file called db_file_list.db,  which stores the list of other files that the program use.  The current implementation has the following database files:  input_empirical.db, input_diffusion.db, input_J_alpha.db, input_J_Bainite.db, input_J_T.db, input_TD.db, input_deform.db. This set of files provides a set of input data for thermodynamic and kinetic modeling of the decomposition of supercooled austenite in steel.  These files are textual in nature and can be modified and supplemented by the user if he or she has some additional data,  for example, obtained from an experiment.  The out.txt files (with the results of the calculation) and ctrl.txt (contains specific information necessary for analyzing the work and debugging the program by the developer) are automatically created in the result folder.
+    
+The results converter module consists of a directory that includes the main.exe executing file directly and a number of additional files created during compilation with which the user does not interact directly. SelectedResults.xls files (containing a selection of results) and config.tmp (stores the address of the last working directory) are automatically created in the same folder. Working with this module requires that MS Excel be installed on your computer. The essence of this module is to assemble samples of the data of interest from the file with calculation results (sets of value pairs)  and transfer and save them into an MS Excel file for further analysis.
+    
 The C ++ language was used to implement the computer model (solver), and Python was used for the result handler.

 [Instrucrion of the solver usage](https://sourceforge.net/p/aus-trans-sim/wiki/Work%20with%20the%20solver%20module/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladislav Kaverinsky</dc:creator><pubDate>Thu, 22 Nov 2018 18:33:19 -0000</pubDate><guid>https://sourceforge.net317e078deb6906c5a1155da6166feec812eceb62</guid></item><item><title>General information modified by Vladislav Kaverinsky</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/General%2520information/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -24,3 +24,5 @@
 The C ++ language was used to implement the computer model (solver), and Python was used for the result handler.

 [Instrucrion of the solver usage](https://sourceforge.net/p/aus-trans-sim/wiki/Work%20with%20the%20solver%20module/)
+
+[Instruction for the results handler](https://sourceforge.net/p/aus-trans-sim/wiki/Working%20with%20the%20module%20for%20processing%20results/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladislav Kaverinsky</dc:creator><pubDate>Wed, 21 Nov 2018 19:56:54 -0000</pubDate><guid>https://sourceforge.net48b9190bb316bba98fcf98686ccdd11c3bb2cab5</guid></item><item><title>General information modified by Vladislav Kaverinsky</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/General%2520information/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -22,3 +22,5 @@
  The essence of this module is to compile samples of the data of interest from the file of calculation results (sets of value pairs) 
  and transfer and save them into an MS Excel file for further analysis.
 The C ++ language was used to implement the computer model (solver), and Python was used for the result handler.
+
+[Instrucrion of the solver usage](https://sourceforge.net/p/aus-trans-sim/wiki/Work%20with%20the%20solver%20module/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladislav Kaverinsky</dc:creator><pubDate>Wed, 21 Nov 2018 19:29:33 -0000</pubDate><guid>https://sourceforge.netff02c825c3601d20aa225082410a67f36c9cc46d</guid></item><item><title>General information modified by Vladislav Kaverinsky</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/General%2520information/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,24 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/aus-trans-sim/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
+The program is a computer implementation of physically based semi-empirical mathematical models describing the thermodynamics and kinetics of phase transformations
+ in complex alloyed steels. It can be used for theoretical studies of the characteristics of these phenomena, for the development and improvement of technological
+ regimes of thermal and thermomechanical processing, or for educational purposes.
+The software product is represented by two independent modules: the solver and the processor of the calculation results.
+ These modules can be in various arbitrary folders.
+The solver module consists of a directory that includes directly the executive file start_calculation.exe and two folders:
+ database (where the database is located) and result (where the file with the simulation results is stored).
+ In the same folder is placed the task file, which should be called task_input.txt. 
+ In the database folder there is a file called db_file_list.db, which stores the list of other files of the program.
+ The current implementation has the following database files:
+ input_empirical.db, input_diffusion.db, input_J_alpha.db, input_J_Bainite.db, input_J_T.db, input_TD.db, input_deform.db.
+ This set of files provides a set of input data for thermodynamic and kinetic modeling of the decomposition of supercooled austenite in steel.
+ These files are textual in nature and can be modified and supplemented by the user if he has additional data,
+ for example, obtained from an experiment.
+ The out.txt files (with the results of the calculation) and ctrl.txt
+ (contains specific information necessary for analyzing the work and debugging the program by the developer)
+ are automatically created in the result folder.
+The results converter module consists of a directory that includes the main.exe executing file directly and a number of additional files created during compilation
+ with which the user does not interact directly. SelectedResults.xls files (containing a selection of results) and config.tmp
+ (stores the address of the last working directory) are automatically created in the same folder.
+ Working with this module requires that MS Excel be installed on this computer.
+ The essence of this module is to compile samples of the data of interest from the file of calculation results (sets of value pairs) 
+ and transfer and save them into an MS Excel file for further analysis.
+The C ++ language was used to implement the computer model (solver), and Python was used for the result handler.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladislav Kaverinsky</dc:creator><pubDate>Wed, 21 Nov 2018 19:19:34 -0000</pubDate><guid>https://sourceforge.netb60d092695e612a379e465a85e543c860530fbcf</guid></item><item><title>Home modified by Vladislav Kaverinsky</title><link>https://sourceforge.net/p/aus-trans-sim/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/aus-trans-sim/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/kaverinskiy/"&gt;Vladislav Kaverinsky&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5bf59d4ada752c52f7bdca1b" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladislav Kaverinsky</dc:creator><pubDate>Wed, 21 Nov 2018 18:00:42 -0000</pubDate><guid>https://sourceforge.net0a518b04f12da0e99b4b8551261fb768e3b278c6</guid></item></channel></rss>