|
[Sponsors] | |||||
Setting initial pressure with periodic boundaries |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Apr 2016
Posts: 2
Rep Power: 0 ![]() |
Hi
I've made a mesh with blockMesh that has a periodic inlet and outlet (they have the same shape). I want to drive the flow by a body force only (laminar flow, so icoFoam will suffice I guess), for that I've read that pressureGradientExplicitSource can be used. The velocity I have to set periodic, I do it like this: Code:
wall_inlet
{
type cyclic;
value uniform (0 0 0);
}
wall_outlet
{
type cyclic;
value value uniform (0 0 0);
}
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| transsonic nozzle with rhoSimpleFoam | Unseen | OpenFOAM Running, Solving & CFD | 8 | July 1, 2022 07:54 |
| Simulation seems to converge but crashes suddenly | xxxx | OpenFOAM | 16 | September 12, 2014 09:07 |
| pimpleFoam: turbulence->correct(); is not executed when using residualControl | hfs | OpenFOAM Running, Solving & CFD | 3 | October 29, 2013 09:35 |
| Error while running rhoPisoFoam.. | nileshjrane | OpenFOAM Running, Solving & CFD | 8 | August 26, 2010 13:50 |
| Differences between serial and parallel runs | carsten | OpenFOAM Bugs | 11 | September 12, 2008 12:16 |