|
[Sponsors] |
October 16, 2016, 11:35 |
Different dimensions Error !!!
|
#1 | ||
Member
Join Date: Oct 2015
Location: montreal- canada
Posts: 46
Rep Power: 11 |
Hi
i implemented especial heat transfer Eq. to chtMultiRegionFoam , it compiles correctly But when i run the case it gives this error : Quote:
Eq. is: Quote:
q= heat flux (vector field) [0 1 -1 1 0 0 0] rho & cp = Non Dimensional terms any idea? thanks in advance |
|||
October 19, 2016, 07:47 |
|
#2 | |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
Quote:
it seems that in your equation you have a term like dT/dt... let's see Code:
fvm::ddt(rho*cp, q) [0 0 -1 0 0 0 0] + [0 0 0 0 0 0 0] +[0 1 -1 1 0 0 0] = [0 1 -2 1 0 0 0] fvm::laplacian(K, q) [0 -2 0 0 0 0 0] + [0 2 -1 0 0 0 0] +[0 1 -1 1 0 0 0] = [0 1 -2 1 0 0 0] |
||
October 19, 2016, 17:19 |
|
#3 | |
Member
Join Date: Oct 2015
Location: montreal- canada
Posts: 46
Rep Power: 11 |
Quote:
Thank you for your kind reply, Yes there was a [0 -1 0 1 0 0 0] term before solving Eq. and i removed it and then problem solved. regards, Mohammad Last edited by Mohammad Jam; October 19, 2016 at 19:02. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compile calcMassFlowC | aurore | OpenFOAM Programming & Development | 13 | March 23, 2018 08:43 |
[OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) | Yogini | Fluent UDF and Scheme Programming | 7 | October 3, 2012 08:24 |
How to get the max value of the whole field | waynezw0618 | OpenFOAM Running, Solving & CFD | 4 | June 17, 2008 06:07 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |