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

Where is VolScalarField Documented and Defined

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By alexeym

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 7, 2017, 23:39
Default Where is VolScalarField Documented and Defined
  #1
New Member
 
terryphi
Join Date: Mar 2017
Posts: 6
Rep Power: 9
terryphi is on a distinguished road
I'm looking for the file that defines the headers for volScalarField and any documentation related to it.

Does anyone have any ideas where I can find it?
terryphi is offline   Reply With Quote

Old   March 8, 2017, 04:32
Default
  #2
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,938
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Hi,

Code:
$ src
$ grep -Er 'typedef.*volScalarField'
...
finiteVolume/fields/volFields/volFieldsFwd.H:typedef GeometricField<scalar, fvPatchField, volMesh> volScalarField;
Documentation: https://cpp.openfoam.org/v4/a00931.html
terryphi likes this.
alexeym is offline   Reply With Quote

Old   March 11, 2017, 16:37
Default
  #3
New Member
 
terryphi
Join Date: Mar 2017
Posts: 6
Rep Power: 9
terryphi is on a distinguished road
Ah, that's why I can't find it. It's a typedef. Thanks!

Quote:
Originally Posted by alexeym View Post
Hi,

Code:
$ src
$ grep -Er 'typedef.*volScalarField'
...
finiteVolume/fields/volFields/volFieldsFwd.H:typedef GeometricField<scalar, fvPatchField, volMesh> volScalarField;
Documentation: https://cpp.openfoam.org/v4/a00931.html
terryphi 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
nutRoughWallFunction and Surface Roughness Documented AlanR OpenFOAM Programming & Development 64 January 6, 2024 07:13


All times are GMT -4. The time now is 21:22.