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

Inadvertent Dirichlet discontinuity

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 4, 2022, 18:33
Default Inadvertent Dirichlet discontinuity
  #1
Member
 
Join Date: Mar 2019
Posts: 86
Rep Power: 7
celestial is on a distinguished road
Hi

Let's say that in foam-extend we have

coupledFvScalarMatrix TEqns(2);

TEqns.set
(
fvm::ddt(T) + fvm::div(phi, T)
- fvm::laplacian(DT, T)
);

TEqns.set
(
fvm::ddt(T2) - fvm::laplacian(DT2, T2)
);

TEqns.solve();

where T is on a mesh conformal to that where T2 is defined.

If in the dictionaries, we defined a FixedValue for T on the patch common to both meshes, that is different from a FixedValue for T2 on that same patch, then, which of these two values apply in the above solve() ?

Regards
celestial is offline   Reply With Quote

 


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
JOB ABORT invoked by rank 17 ltl CONVERGE 3 January 25, 2021 15:05
Discontinuity at the blunt trailing edge of an airfoil klkl OpenFOAM Running, Solving & CFD 0 October 28, 2020 04:42
Applying the Dirichlet boundary condition on moving free surface HuihuangXia OpenFOAM Running, Solving & CFD 0 October 4, 2020 16:16
div(grad) not equal to laplacian close to a discontinuity gtg258f OpenFOAM 10 December 6, 2012 05:58
Stepwise Discontinuity problem Alan Kang Main CFD Forum 1 February 22, 2000 23:46


All times are GMT -4. The time now is 21:58.