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

Block-Coupling of laplacian term in foam-extend

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ELwardi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 14, 2019, 04:19
Question Block-Coupling of laplacian term in foam-extend
  #1
Member
 
Elwardi Fadeli
Join Date: Dec 2016
Location: Boumerdes, Algeria
Posts: 40
Rep Power: 9
ELwardi is on a distinguished road
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.
Kummi likes this.
ELwardi is offline   Reply With Quote

Reply

Tags
block-coupling, foam-extend


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
SimpleFoam cannot open include file Marija OpenFOAM Running, Solving & CFD 1 October 28, 2020 10:35
probe Locations error in the dynamicMesh foam extend 4.0 vahidreza lotfi OpenFOAM Post-Processing 2 August 22, 2018 10:30
decomposePar is missing a library whk1992 OpenFOAM Pre-Processing 8 March 7, 2015 07:53
gmsh2ToFoam sarajags_89 OpenFOAM 0 November 24, 2009 22:50
blockMesh: block with 6 vertexes dani OpenFOAM 3 June 25, 2009 13:13


All times are GMT -4. The time now is 07:11.