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

Please explain some basic doubts

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 13, 2007, 08:37
Default Dear Developers Sorry to b
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Dear Developers

Sorry to bother you for some basic questions. although they might seem quite trivial to the experienced OpenFOAMers :-) but I request you to explain them.

1) List<type> is a 1D construct and when instantiated for <type> leads to a List of scalar, vector, tensor etc. The Field<type> is inherited from List<type> and is a 1D construct as well. Please explain how does the two differ conceptually. Both List<type> and Field<type> have some constructors in common, for example:

for List<type>

// Constructors
//- Null constructor.
inline List();
//- Construct with given size.
explicit List(const label);
//- Construct with given size and value for all elements.
List(const label, const T&);

For Field<type>

Field();

//- Construct given size
// Used for temporary fields which are initialised after construction
explicit Field(const label);

//- Construct given size and initial value
Field(const label, const Type&);

further for class Field<type> constructors then we have various option using mapping between two fields.

2) Further DimensionedField<> builds upon Field<> and dimensionSet but I did not understand how does GeoMesh works. is DimensionedField<> a 1D construct as well. Does it already contains the mesh information and data for the Field<type> associated with it. And with respect to mesh info, does it contains boundaryMesh info as well.

3) Further GeometricField is build upon DimensionField and contains GeometricBoundaryField. Is GeometricField still a 1D construct?.

With respect to GeometricBoundaryField I am unable to understand FieldField<patchfield,>. What does PatchField corresponds to ?.

Please throw some light on this.I thank you in advance.

With Best Regards
Jaswinder
jaswi 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
Some doubts about my mesh Jack CFX 3 July 10, 2007 12:16
doubts Xobile Siemens 3 January 21, 2005 12:11
Doubts Arnab Main CFD Forum 1 September 14, 2004 13:22
Need Some doubts to be cleared Arnab Siemens 3 March 29, 2004 17:35
some trivial doubts Arnab Siemens 2 March 25, 2004 05:57


All times are GMT -4. The time now is 09:19.