A new release version of the PrePoMax contains the following FEM features:
- merging of coincident nodes
- bug fixes
And the following user features:
- bug fixes
A new release version of the PrePoMax contains the following FEM features:
And the following user features:
To merge coincident nodes, select Model β Node β Merge Coincident Nodes
The additional executable, which was called PrePoMaxCmd in the previous developer version, was renamed to PrePoMax.com. So, in order to use PrePoMax from the command line (console), one can call the program by its name alone without an extension. Windows first searches for the .com extension and then for the .exe extension.
The .com file was fixed so that it now enables the piping ( > ) of the console output to a file:
PrePoMax -r modelToRegenerate.pmx -g No > outout.txt
In the Models subfolder, the file Profile.pmx was modified to include commands for execution of the the analysis and output of the results to the .csv file. To test the new functionality, one must copy the files Profile.pmx and Profile.STEP to a desired work folder. Lets say c:\Temp. Then open the command prompt (cmd) and navigate to the work folder c:\Temp, so that the console shows the path:
c:\Temp>
Then, use the regenerate procedure using the PrePoMax.cmd file from the PrePoMax path (letβs assume the PrePoMax is located in c:\PrePoMax) as:
c:\Temp>c:\PrePoMax\PrePoMax -r Profile.pmx
To hide the GUI, the command changes to:
c:\Temp>c:\PrePoMax\PrePoMax -r Profile.pmx -g No
To output the console output to a file:
c:\Temp>c:\PrePoMax\PrePoMax -r Profile.pmx -g Yes > out.txt
After each run, there will be a file called HistoryOutput.csv in the Temp directory containing the selected history output (max von Mises stress).
Hmmmm. It is. The question is how to solve it.
I think I will rename the download link to 2.1.9 not to complicate things any further.