CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Help: Reading values in derived types for VFortran

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 15, 2006, 09:39
Default Help: Reading values in derived types for VFortran
  #1
Wee
Guest
 
Posts: n/a
hello,

in the past, i simply use

real :: u(:,,v(:, to define the velocities in my FVM code.

now, i'm trying to use derived type in my fortran code. e.g.

type cell

real :: u,v

end type cell

during debugging using either compaq or intel visual fortran, to show all the values of variables u or v, I either enter "u" or "u(:," in the debug window in the past. but now, if I want to see the values, i can only see the u or v for each cell ie "cell(1,1)%u". "cell(:,%u" does not work. this is very troublesome.

so is there anyway I can see all values of u,v using the new derived type? thank you very much
  Reply With Quote

Reply


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
TimeVaryingMappedFixedValue irishdave OpenFOAM Running, Solving & CFD 32 June 16, 2021 06:55
[Commercial meshers] Fluent3DMeshToFoam simvun OpenFOAM Meshing & Mesh Conversion 50 January 19, 2020 15:33
[blockMesh] StitchMesh on two patches anita OpenFOAM Meshing & Mesh Conversion 31 April 4, 2013 11:51
reading values from a text file into a java macro Jayson Martinez Siemens 1 May 23, 2008 17:58
[Commercial meshers] FluentMesh conversion problem waynezw0618 OpenFOAM Meshing & Mesh Conversion 12 November 30, 2006 23:12


All times are GMT -4. The time now is 23:32.