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

Time-varying boundary condition and controlDict

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2019, 07:43
Default Time-varying boundary condition and controlDict
  #1
New Member
 
aymen
Join Date: May 2019
Posts: 3
Rep Power: 6
aymen is on a distinguished road
Hello everyone,

is there a relationship between startTime/endTime in controldict and the time shown in Time varying Boundary knowing that the time represented in controldict does not indicate any physical sense however the time in Varying Boundary time represented by Table is in second.
in my case : pointDisplacement file
* movingWall
**** {
***** type uniformFixedValue;
****** uniformValue table
******* (
************ (0 (0 0 0))
************ (0.1 (0 1e-4 0))
************ (0.2 (0 1.1e-4 0))
************ (0.3 (0 1.3e-4 0))
***** }
and the controlDict file

application interPhaseChangeDyMFoam;

startFrom startTime;

startTime 0;

stopAt endTime;

endTime 0.05;

deltaT 1e-4;

writeControl adjustableRunTime;

writeInterval 0.001;
*
during the simulation, the time values in Table will be taken into consideration or not because of endTime which is 0.05 ?

Best regards
Aymen
aymen 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
[swak4Foam] How to define boundary condition variables by using previosly defined variables? pawlo OpenFOAM Community Contributions 8 September 13, 2020 11:37
ABL Boundary Condition in fireFOAM mehtab OpenFOAM Running, Solving & CFD 0 August 14, 2017 06:36
Add new boundary condition in the foam 3.0 extend Vesek OpenFOAM Programming & Development 0 June 18, 2014 07:30
New Boundary Condition kimotbwb OpenFOAM Programming & Development 5 November 8, 2013 11:44
private boundary condition in controlDict strange behaviour markc OpenFOAM Programming & Development 12 November 23, 2011 10:18


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