|
[Sponsors] |
September 11, 2021, 04:06 |
Why is the VWrite command so slow? (APDL )
|
#1 |
New Member
Join Date: Sep 2021
Posts: 1
Rep Power: 0 |
Hi,
I am using ANSYS 2019 R3 and ANSYS 2021 R1 with 36 GB RAM, Intel Xeon CPU E5-2620 v4 @ 2.1 GHz (8 Core) and I have in both Environments problems in writing an 50x50x50 matrix to a file. It takes about 9-10 hours, just to read it out!! No Simulation at all. Here is the code: *cfopen, temp.out *DO, iz, 1, dz, 1 *DO, iy, 1, dy, 1 *DO, ix,1, dx, 1 b = (ix-1)*ddx c = (iy-1)*ddy d = (iz-1)*ddz *GET, tmp, node, node(b, c,d), TEMP *VWRITE, 'X: ', b, ' Y: ' ,c, ' Z: ', d, ' T: ', tmp (A4,F10.6,A6, F10.6,A6, F10.6, A6, F10.6) *ENDDO *VWRITE, '-----------------------------------' (A50) *ENDDO *ENDDO *cfclose Thanks! Last edited by domsco; September 11, 2021 at 04:25. Reason: tags |
|
Tags |
ansys, apdl, time, vwrite |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extremely slow Lagrangian Particle Tracking | robertac93 | STAR-CCM+ | 3 | April 17, 2020 00:25 |
Fluent/CFX & Win OS: 30% slow down with MS HPC Pack 2016 | SLC | Main CFD Forum | 1 | February 1, 2020 13:32 |
Fluent running increadibly slow | MayTheFlowBeWithYou | FLUENT | 12 | May 22, 2018 03:04 |
chtMultiRegionsSimpleFoam runs too slow | peterhess | OpenFOAM Running, Solving & CFD | 1 | August 14, 2017 17:42 |
Calculation to slow | A.A. | OpenFOAM Running, Solving & CFD | 2 | January 10, 2013 05:44 |