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

Unsteady Boundary Conditions in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 23, 2017, 10:48
Default Unsteady Boundary Conditions in OpenFOAM
  #1
New Member
 
Join Date: Feb 2017
Posts: 11
Rep Power: 9
rbaCFD is on a distinguished road
Hi all,

I am trying to implement unsteady boundary condition at OpenFOAMīs v1612.
I have followed the rules explained in the following webpage: http://albertopassalacqua.com/?p=69

I know that at this moment, "TimeVaryingUniformFixedValue" is called "TimeVaryingMappedFixedValue". However, when solving I get the following error message:

file "/home/ubuntu/OpenFOAM/OpenFOAM-v1612+/tutorials/multiphase/interFoam/laminar/bigWave/damBreak/constant/boundaryData/inlet/points" does not exist

Anyone can help me? Thanks for all

Ricardo
rbaCFD is offline   Reply With Quote

Old   August 23, 2017, 11:53
Default
  #2
New Member
 
Join Date: Feb 2017
Posts: 11
Rep Power: 9
rbaCFD is on a distinguished road
Hi everyone,

I have solved the problem. The way to implement this type of BC is different. Here is my code:
Code:
inlet
    {
        type                uniformFixedValue;
        uniformValue        table
                (
                    (0 (40 0 0))
                    (2 (0 0 0))
                    (3 (0 0 0))
                    (6 (40 0 0))
                );
     
    }
Kind regards,

Ricardo
rbaCFD 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
Map of the OpenFOAM Forum - Understanding where to post your questions! wyldckat OpenFOAM 10 September 2, 2021 05:29
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
boundary conditions and errors KTG OpenFOAM Running, Solving & CFD 0 June 6, 2016 17:47
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32
Radiation interface hinca CFX 15 January 26, 2014 17:11


All times are GMT -4. The time now is 12:47.