CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

coordSys_ definition?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 9, 2016, 14:06
Default coordSys_ definition?
  #1
New Member
 
Dominic
Join Date: May 2016
Posts: 27
Rep Power: 9
Verse is on a distinguished road
Hello there,

I was wondering where the coordSys_ variable was defined? I see an instance of it in forces.C (more specifically, coordSys_.origin()), but I see in no other file where it is defined in. I am definitely missing a part of this puzzle.
Verse is offline   Reply With Quote

Old   August 10, 2016, 11:45
Default
  #2
Senior Member
 
Mahdi Hosseinali
Join Date: Apr 2009
Location: NB, Canada
Posts: 273
Rep Power: 18
anishtain4 is on a distinguished road
running

Quote:
cd $FOAM_SRC
grep -nr coordSys_
gives you a list of all the places where it is used and you can find where it is defined.
As it seems you are dealing with forces.C, I guess the closest to your case would be line 235 of of forces.H which reads:
Quote:
coordinateSystem coordSys_;
and if you need to know more about it, you'll just search it in Doxygen which gives you this:
http://www.openfoam.com/documentatio...ml/a00443.html
anishtain4 is offline   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
Problem with residual and their definition! batta31 OpenFOAM Running, Solving & CFD 5 July 18, 2016 10:39
rhoThermo.correct()'s definition sharonyue OpenFOAM Programming & Development 1 June 30, 2015 09:44
(AutoGRID 5) Problem in Geometry definition of propeller venkat_aero2007 Fidelity CFD 14 July 31, 2012 14:05
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21
OpenFOAM14 for Mac OSX Darwin 104 gschaider OpenFOAM Installation 118 July 20, 2008 05:19


All times are GMT -4. The time now is 20:00.