|
[Sponsors] |
time-varying porosity values with porosity explicitPorositySource |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 2, 2023, 11:38 |
time-varying porosity values with porosity explicitPorositySource
|
#1 |
Member
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16 |
I want to specify the value of blockage/porosity that changes over time. A simple example would something that has no blockage at the beginning but progressively has more blockage. Reading a tableFile or just scalar values i.e (time, D) within fvOptions/fvModels is what I'm looking for. How do I go about it?
From the tutorials: incompressible/pisoFoam/laminar/porousBlockage/constant/fvModels Code:
porosity { type explicitPorositySource; explicitPorositySourceCoeffs { selectionMode cellZone; cellZone porousBlockage; type DarcyForchheimer; D 100; // This value needs to be non-uniform/time-varying. d ($D $D $D); f (0 0 0); coordinateSystem porousBlockage; } } |
|
Tags |
porosity properties, porosity; fvoptions, porous media flow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
courant number increases to rather large values | 6863523 | OpenFOAM Running, Solving & CFD | 22 | July 6, 2023 00:48 |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
LES, Courant Number, Crash, Sudden | Alhasan | OpenFOAM Running, Solving & CFD | 5 | November 22, 2019 03:05 |
Inconsistencies in reading .dat file during run time in new injection model | Scram_1 | OpenFOAM | 0 | March 23, 2018 23:29 |
Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |