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

time-varying porosity values with porosity explicitPorositySource

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 2, 2023, 10:38
Default time-varying porosity values with porosity explicitPorositySource
  #1
Member
 
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16
Thangam is on a distinguished road
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;
    }
}
Thangam is offline   Reply With Quote

Reply

Tags
porosity properties, porosity; fvoptions, porous media flow


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
courant number increases to rather large values 6863523 OpenFOAM Running, Solving & CFD 22 July 5, 2023 23:48
AMI speed performance danny123 OpenFOAM 21 October 24, 2020 04:13
LES, Courant Number, Crash, Sudden Alhasan OpenFOAM Running, Solving & CFD 5 November 22, 2019 02:05
Inconsistencies in reading .dat file during run time in new injection model Scram_1 OpenFOAM 0 March 23, 2018 22:29
Extrusion with OpenFoam problem No. Iterations 0 Lord Kelvin OpenFOAM Running, Solving & CFD 8 March 28, 2016 11:08


All times are GMT -4. The time now is 17:28.