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

polynomial BC from 3d vector data

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 30, 2015, 08:48
Default polynomial BC from 3d vector data
  #1
map
New Member
 
Join Date: Mar 2012
Location: ibk, austria
Posts: 3
Rep Power: 14
map is on a distinguished road
Hi guys!

I would like to import approximated polynomial velocity field (polynomial function with factors) from stereoscopic piv measurements. I want to use this velocity distribution as an inlet BC to test simulation performance for swirling flow. Is there a possibility to adress every velocity component with a 2d polynom fit function separately?

e.g. like that

x = x-coordinate
y = y-coordinate
component is scalar value of polynomial fit

component = c1+c2*y+c3*x+c4*y^2+c5*x*y+c6*x^2;

If seen the following in the documentation for polynomial fitting in 1d but i need help to adapt this to a 3d problem:

uniformValue polynomial // y = 0.1 + 1.3x^2 + 2.7x^3
(
(0.1 0)
(1.3 2.0)
(2.7 3.0)
);

Thanks in advance for your help!
map is offline   Reply With Quote

Reply

Tags
3d data, polynomial bc


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
Specific heat polynomial for air(default by FLUENT) Panboy FLUENT 3 March 13, 2022 09:19
Polynomial thermophysical properties and laminar porous Zone vemps OpenFOAM 0 June 30, 2011 10:13
Polynomial thermophysical properties and laminar porous Zone vemps OpenFOAM 0 June 28, 2011 10:22
polynomial thermophysical properties jason.ryon OpenFOAM 2 May 11, 2011 06:16
Scalar polynomial for specific heat is not defined! navid STAR-CD 2 April 19, 2010 05:00


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