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

dimensions error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 12, 2016, 12:10
Default dimensions error
  #1
New Member
 
xirtam's Avatar
 
Fábio
Join Date: Nov 2016
Posts: 19
Rep Power: 9
xirtam is on a distinguished road
After scaling the variables as follows,

[Theta] = [0 0 0 0 0 0 0];
[H] = [0 1 0 0 0 0 0];
[K] = [0 1 -1 0 0 0 0];

fvScalarMatrix ThetaEqn
(
fvm::ddt(Theta)
==
fvc::laplacian(K,H)
+ gradkz
);

this message appeared:

--> FOAM FATAL ERROR:
Different dimensions for =
dimensions : [0 -1 0 0 0 0 0] = [0 0 0 0 0 0 0]

Does anyone know what to do?
xirtam is offline   Reply With Quote

Reply


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
Compile calcMassFlowC aurore OpenFOAM Programming & Development 13 March 23, 2018 07:43
[swak4Foam] installing funkySetFields igo OpenFOAM Community Contributions 1 November 20, 2012 20:16
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) Yogini Fluent UDF and Scheme Programming 7 October 3, 2012 07:24
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51
error while compiling the USER Sub routine CFD user CFX 3 November 25, 2002 15:16


All times are GMT -4. The time now is 17:40.