|
[Sponsors] |
May 8, 2014, 05:47 |
Ansys multiphysics V11 - blank output file
|
#1 |
New Member
Join Date: May 2014
Posts: 1
Rep Power: 0 |
I have a model of a heating process on Ansys Multiphysics, V11.
After running the simulation, I have a script to plot a temperature profile: !---------------- POST PROCESSING ----------------------- /post1 ! tdatabase postprocessor !---define profile temperature path,s_temp1,2,,100 ! define a path ppath,1,,dop/2,0,0 ! create a path point ppath,2,,dop/2,1.5,0 ! create a path point PDEF,surf_t1,TEMP, ,noav ! print a path plpath,surf_t1 ! plot a path What I now need, is to save the resulting path in a text file. I have already looked online for a solution, and found the following code to do it, which I appended after the lines above: /OUTPUT,filename,extension PRPATH,surf_t1 /OUTPUT Ansys generates the file `filename.extension` but it is empty. I tried to place the `OUTPUT` command in a few locations in the script, but without any success. I suspect I need to define something else, but I have no idea where to look, as Ansys documentation online is terribly chaotic, and all internet pages I've opened before writing this question are not better. A final note: Ansys V11 is an old version of the software, but I don't want to upgrade it and fit the old model to the new software. |
|
Tags |
ansys 11 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
what is swap4foam ?? | AB08 | OpenFOAM | 28 | February 2, 2016 02:22 |
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error | FerdiFuchs | OpenFOAM Community Contributions | 27 | April 16, 2014 16:14 |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |