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

fvOptions for tabular velocity results are unclear

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 7, 2022, 03:52
Default fvOptions for tabular velocity results are unclear
  #1
Senior Member
 
thunde47
Join Date: Dec 2015
Location: India, USA
Posts: 129
Blog Entries: 1
Rep Power: 10
thunde47 is on a distinguished road
Code:
substrateVelocity1
        {

			type 			vectorSemiImplicitSource;
			//timeStart       0;
			//duration        0.04;
			//active			on;
			volumeMode 		absolute;
			selectionMode   cellZone;    //cellZone or all
			cellZone        substrate;
			
			injectionRateSuSp
			{      
				U
				{
					
					Su  table 
					(
						(0 (808.4 0 0))
						(0.01 (808.4 0 0))
						
						//(0.01001 (-808.4 808.4 0))
						//(0.01002 (0 808.4 0))
						(0.02 (0 808.4 0))
						
						(0.02001 (-808.4 0 0))
						(0.03 (-808.4 0 0))
						
						(0.03001 (0 -808.4 0))
						(0.04 (0 -808.4 0))
					);
					Sp  0;
				
				}
			}
        }
1. I think this injectionRateSuSp is simply not applying the velocity. It is applying acceleration to the NS. Is that correct? I notice the velocity keeps increasing steadily in the results.
2. OpenFOAM takes U/rho in NS, therefore I have provided U*rho in fvOptions. Is that correct?
3. What is the best way of applying time-varying velocity to a cell zone in OpenFOAM?
thunde47 is offline   Reply With Quote

Reply

Tags
openfoam


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
Velocity Magnitude is displaying 0m/s in Results dabili FLUENT 0 July 13, 2021 10:39
fluctuation component of velocity (Urms) calculation from RANS simulation results atul1018 Main CFD Forum 5 February 4, 2021 10:09
How to model heat transfer based on velocity in fvOptions? titanchao OpenFOAM Running, Solving & CFD 0 August 5, 2014 12:45
Velocity in Porous medium : HELP! HELP! HELP! Kali Sanjay Phoenics 0 November 6, 2006 06:10
Variables Definition in CFX Solver 5.6 R P CFX 2 October 26, 2004 02:13


All times are GMT -4. The time now is 16:37.