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

Interpolation name of property error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 14, 2006, 11:54
Default Hi, I am trying to interpolat
  #1
Senior Member
 
Rasmus Hemph
Join Date: Mar 2009
Location: Sweden
Posts: 108
Rep Power: 17
hemph is on a distinguished road
Hi,
I am trying to interpolate the curl of the velocity field to some points in my domain.

I do
vectorField rotU = fvc::curl(U_);
and

rotUInterpolator_ =
interpolation<vector>::New
(
interpolationSchemes_,
volPointInterpolation_,
rotU_
);

The specific type of interpolation is read from the interpolationSchemes_ dictionary. To get the name OF chooses for this property, I start my case without specifying the inerpolation scheme. I then
recieve the message:
--> FOAM FATAL IO ERROR : keyword (2**skew(grad(U))) is undefined in dictionary

But when I put this name into the dictionary, the code will not run, but complains about a missing parameter in another dictionary file. (It is definitely not missing!)

The dictionary parser does not seem to like having a property name as 2**skew(grad(U)). How can I get around this problem?

Best regards
Rasmus Hemph
hemph is offline   Reply With Quote

Old   September 24, 2007, 15:46
Default Have you found workaround for
  #2
sek
Member
 
Sung-Eun Kim
Join Date: Mar 2009
Posts: 76
Rep Power: 17
sek is on a distinguished road
Have you found workaround for this?
sek 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
Boundedness Property Ferreira Main CFD Forum 3 October 8, 2018 10:35
Value above interpolation range, ERROR #001100279 eslam CFX 2 January 10, 2008 13:58
set property greg FLUENT 0 August 2, 2006 12:26
how CFX can achive interpolation for mate-property prayskyer CFX 2 July 20, 2006 03:12
Who knows the gas property mjh Phoenics 5 September 29, 2004 18:07


All times are GMT -4. The time now is 14:57.