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

Time varying inflow BC in OF Extend available?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 28, 2017, 10:26
Default Time varying inflow BC in OF Extend available?
  #1
Member
 
Join Date: Jun 2016
Posts: 31
Rep Power: 9
tdof is on a distinguished road
Hi all,

I'm studying viscoelastic flows using OF Extend 4.0 and a time varying inlet BC would be rather helpful. Unfortunately, Extend does not seem to support uniformFixedValue and a simple table. I tried using vectors and scalars as well as flowRateInletVelocity, but it does not recognize the setting. The same setting works flawlessly in OF 4.1.


From my U file:
Code:
    inlet
    {
        type            uniformFixedValue;
        uniformValue    table      
	(
	(0 (0 0 0))
	(1 (0.01 0 0))
	);
    }
The following error message comes up:

Code:
--> FOAM FATAL IO ERROR: 
Expected a '(' while reading VectorSpace<Form, Cmpt, nCmpt>, found on line 26 the word 'tableFile'

file: /media/sf_shared/spalt_var/0/U::boundaryField::inlet::uniformValue at line 26.

    From function Istream::readBegin(const char*)
    in file db/IOstreams/IOstreams/Istream.C at line 86.

FOAM exiting
I found several topics related to this, but they all used the standard OF version. I've tried tableFile as well, but OF Extend just ignores this keyword and replies with the same error message. Does anyone have an idea?
tdof is offline   Reply With Quote

Old   November 29, 2017, 10:38
Default
  #2
Member
 
Join Date: Jun 2016
Posts: 31
Rep Power: 9
tdof is on a distinguished road
Hooray for swak4foam, it works Sorry for wasting webspace, but maybe someone will find this useful in the future.
tdof 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
[Other] Contribution a new utility: refine wall layer mesh based on yPlus field lakeat OpenFOAM Community Contributions 58 December 23, 2021 02:36
pressure in incompressible solvers e.g. simpleFoam chrizzl OpenFOAM Running, Solving & CFD 13 March 28, 2017 05:49
Micro Scale Pore, icoFoam gooya_kabir OpenFOAM Running, Solving & CFD 2 November 2, 2013 13:58
mixerVesselAMI2D's mass is not balancing sharonyue OpenFOAM Running, Solving & CFD 6 June 10, 2013 09:34
Spatially and time varying inflow - turbine simulation Alex_S FLUENT 4 July 19, 2012 02:45


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