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

Size variable boundary conditions

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2020, 21:56
Default Size variable boundary conditions
  #1
New Member
 
Illia
Join Date: Aug 2020
Posts: 10
Rep Power: 5
IC01 is on a distinguished road
Hello Foamers
I'm trying to have Y component of velocity that depends on x and z coordinates for the axialVelocity RadialVelocity and rpm in cylindricalInletVelocity boundary. Could you suggest me the Function1 type? Would be simpler to have A(x+z)^2 (for example) instead of csv or table file.

Thank you

Code:
        type            cylindricalInletVelocity;
	value           uniform (0 0 0);
        axis            (0 1 0);
        origin          (0 0 0);
        axialVelocity   polynomial
			(
			 (1 1)
			);
        radialVelocity  constant 0;
        rpm             constant 0;
IC01 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
CFD analaysis of Pelton turbine amodpanthee CFX 31 April 19, 2018 18:02
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
emag beta feature: charge density charlotte CFX 4 March 22, 2011 09:14
Replace periodic by inlet-outlet pair lego CFX 3 November 5, 2002 20:09


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