Unraveling the Mystery of 'rfac' in Fortran

  • Thread starter Thread starter mushi
  • Start date Start date
  • Tags Tags
    Fortran Mystery
AI Thread Summary
The term 'rfac' in Fortran appears to be a user-defined function or variable, as there is no standard function by that name. Users suggest performing a text search across the entire codebase to locate its definition and instances of use, which can provide clarity on its purpose. A common method for this is using the 'grep' command in Linux to identify all occurrences of 'rfac'. This approach can help in understanding how 'rfac' interacts with other parts of the code. Overall, the discussion emphasizes the importance of examining the code context to unravel the mystery of 'rfac'.
mushi
Messages
23
Reaction score
0
Hi guys,

I know I may sound stupid to me many of you but can anybody tell me what does 'rfac' do in Fortran.
 
Engineering news on Phys.org
I don't understand your question. Can you provide some context?
 
Actually I am working on a code that has been written by someone else and I found 'rfac(X)' in that code. The code is written in Fortran and I am trying to use it in Matlab. I have checked everywhere but could not find any function named 'rfac'.

I hope I am clear now.
 
my guess is it's a locally defined variable or function.

a google search on 'rfac fortran' turns up lots of incidences but in ones i found it was defined in the code.
maybe something passed to a sub?

can you do text search on the program?
 
have you done a text search for rfac in all your fortran sources? I usually work on Linux and a 'grep' for a given function or variable name returns all the places where is being used...you can gain a lot of insight very quickly by viewing all the usage for a given variable/function.
 
Thread 'Where is my curb stop?'
My water meter is submerged under water for about 95% of the year. Today I took a photograph of the inside of my water meter box because today is one of the rare days that my water meter is not submerged in water. Here is the photograph that I took of my water meter with the cover on: Here is a photograph I took of my water meter with the cover off: I edited the photograph to draw a red circle around a knob on my water meter. Is that knob that I drew a red circle around my meter...
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...

Similar threads

Replies
3
Views
3K
Replies
3
Views
2K
Replies
17
Views
6K
Replies
62
Views
12K
Replies
4
Views
2K
Replies
8
Views
4K
Replies
20
Views
6K
Replies
17
Views
6K
Back
Top