|
[Sponsors] |
Generation of velocity field by solving LNSE around base flow generated by icoFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 3, 2021, 11:58 |
Generation of velocity field by solving LNSE around base flow generated by icoFoam
|
#1 |
New Member
Samarth Acharya
Join Date: May 2021
Posts: 2
Rep Power: 0 |
Hi all,
I am trying to study the instability of boundary layer flows by modifying icoFoam solver to create the LNSE solver, I have made the following changes to the standard icoFoam solver, where U is the perturbation term and UB the base flow velocity dirIcoFoam.c: (modified part in icoFoam) Code:
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phiB, U) + fvc::div(phi, UB) - fvm::laplacian(nu, U) ); Code:
Info<< "Reading field UB\n" << endl; volVectorField UB ( IOobject ( "UB", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); surfaceScalarField phiB ( IOobject ( "phiB", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE ), fvc::flux(UB) ); Current methodology to approach the problem:
Also, i would appreciate if anyone found an error in my code and made me aware of it! Thank you |
|
March 17, 2024, 17:55 |
Regarding Test case
|
#2 |
Member
hari charan
Join Date: Sep 2021
Location: India,hyderabad
Posts: 97
Rep Power: 5 |
Hi Samarth,
I am trying to do some research on instability analysis on fluid flow. The modification looks good. But I didn't understand the boundary condition for UB. Did you calculate the eigenmodes for the analysis. If you had calculated the Eigen modes, How did you do that. Can you help me with this? If possible can you send me the test case. |
|
Tags |
boundary layer flow, icofoam, instability, linearized navier stokes, perturbation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with chtMultiregionFoam radiation boundary condition | baran_foam | OpenFOAM Running, Solving & CFD | 10 | December 17, 2019 18:36 |
chtMultiRegionSimpleFoam: maximum number of iterations excedeed. | Nkl | OpenFOAM Running, Solving & CFD | 19 | October 10, 2019 03:42 |
High Courant Number @ icoFoam | Artex85 | OpenFOAM Running, Solving & CFD | 11 | February 16, 2017 14:40 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
calculation stops after few time steps | sivakumar | OpenFOAM Running, Solving & CFD | 7 | March 17, 2013 07:37 |