|
[Sponsors] | |||||
Block-Coupling of laplacian term in foam-extend |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Elwardi Fadeli
Join Date: Dec 2016
Location: Boumerdes, Algeria
Posts: 41
Rep Power: 11 ![]() |
It seems the current version of foam-extend only supports coupling of fvm::grad and fvm::div operators in equations.
I'm in dire need of an efficient fvm::laplacian descritization that works with existing block-coupling mechanisms. The general form of target equations is: Code:
fvScalarMatrix TEqn
(
fvm::laplacian(phiT, T) + TSources == fvc::laplacian(phiTs, Ts)
);
fvScalarMatrix TsEqn
(
fvm::laplacian(phiTs, Ts) + TsSources
);
I'm thinking I should add fvm::laplacian(phiTs, Ts) as a coupling term in a fvBlockMatrix. Any help/hints is greatly appreciated. |
|
|
|
|
|
![]() |
| Tags |
| block-coupling, foam-extend |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SimpleFoam cannot open include file | Marija | OpenFOAM Running, Solving & CFD | 1 | October 28, 2020 11:35 |
| probe Locations error in the dynamicMesh foam extend 4.0 | vahidreza lotfi | OpenFOAM Post-Processing | 2 | August 22, 2018 11:30 |
| decomposePar is missing a library | whk1992 | OpenFOAM Pre-Processing | 8 | March 7, 2015 08:53 |
| gmsh2ToFoam | sarajags_89 | OpenFOAM | 0 | November 24, 2009 23:50 |
| blockMesh: block with 6 vertexes | dani | OpenFOAM | 3 | June 25, 2009 14:13 |