|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Ysmn
Join Date: Mar 2018
Location: Auburn,AL
Posts: 34
Rep Power: 9 ![]() |
Hello everyone,
I am using fixed pressure value in my simulations now. But I would like to use a pressure table that drops in time. Do you know how to do it? Thank you, Yasemin |
|
|
|
|
|
|
|
|
#2 | |
|
Member
Geir Karlsen
Join Date: Nov 2013
Location: Norway
Posts: 59
Rep Power: 15 ![]() |
Quote:
There are several built in BC's that support this. You can find them by running: Code:
find $FOAM_SRC/finiteVolume/fields/fvPatchFields -type f | \\
xargs grep -l Function1 | xargs dirname | sort -u
Code:
inlet
{
type uniformFixedValue;
uniformValue table ((0 0) (10 2));
}
|
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 03:36 |
| p_rgh initial residual no change with different settings | manuc | OpenFOAM Running, Solving & CFD | 3 | June 26, 2018 16:53 |
| pressure in incompressible solvers e.g. simpleFoam | chrizzl | OpenFOAM Running, Solving & CFD | 13 | March 28, 2017 06:49 |
| Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |
| Stuck in a Rut- interDyMFoam! | xoitx | OpenFOAM Running, Solving & CFD | 14 | March 25, 2016 08:09 |