|
[Sponsors] |
September 16, 2014, 12:00 |
How to write this equation?
|
#1 |
New Member
Gennaro
Join Date: May 2014
Posts: 23
Rep Power: 12 |
Dear all,
I'm solving, in my customized solver based on CHTMutliregionFoam, the following equation: Code:
d/dt = alphaEff * laplacian (T) Code:
fvScalarMatrix EEqn ( fvm::ddt (T) - fvm::laplacian(alphaEff, T) ); Code:
rho*Cp*d/dt = divergence (Keff * gradient(T)) How can I write it in OpenFOAM? Thanks in advance Kind regards Gennaro |
|
September 16, 2014, 14:05 |
|
#2 |
New Member
mohsen cheraghi
Join Date: Jun 2010
Location: Switzerland
Posts: 28
Rep Power: 16 |
Hi,
divergence of x is written like: dev(x) cheers |
|
Tags |
chtmultiregionfoam, heat equation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
About theory:how to get the pressure equation when solving u-p simultaneously? | lzw2003 | Main CFD Forum | 8 | April 8, 2012 23:13 |
error message | cuteapathy | CFX | 14 | March 20, 2012 07:45 |
continuity equation | Rafal | Main CFD Forum | 4 | November 29, 2006 10:27 |
Two-Phase Buoyant Flow Issue | Miguel Baritto | CFX | 4 | August 31, 2006 13:02 |