CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS

Why is the VWrite command so slow? (APDL )

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2021, 03:06
Default Why is the VWrite command so slow? (APDL )
  #1
New Member
 
Join Date: Sep 2021
Posts: 1
Rep Power: 0
domsco is on a distinguished road
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 03:25. Reason: tags
domsco is offline   Reply With Quote

Reply

Tags
ansys, apdl, time, vwrite


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extremely slow Lagrangian Particle Tracking robertac93 STAR-CCM+ 3 April 16, 2020 23:25
Fluent/CFX & Win OS: 30% slow down with MS HPC Pack 2016 SLC Main CFD Forum 1 February 1, 2020 12:32
Fluent running increadibly slow MayTheFlowBeWithYou FLUENT 12 May 22, 2018 02:04
chtMultiRegionsSimpleFoam runs too slow peterhess OpenFOAM Running, Solving & CFD 1 August 14, 2017 16:42
Calculation to slow A.A. OpenFOAM Running, Solving & CFD 2 January 10, 2013 04:44


All times are GMT -4. The time now is 07:40.