|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Balajee
Join Date: Dec 2013
Posts: 13
Rep Power: 14 ![]() |
This issue is already resolved in http://www.openfoam.org/mantisbt/view.php?id=1017
dimensionedScalar det(const dimensionedTensor& dt) { return dimensionedScalar ( "det("+dt.name()+')', pow(dt.dimensions(),tensor::dim), det(dt.value()) ); } The reporter says dt.dimensions() * tensor::dim will produce correct dimensions. But the * operation between dimension set and dim is not allowed. What should I do |
|
|
|
|
|
![]() |
| Tags |
| dimensions, error, openfoam |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ICEM to Fluent (2D Geometry): File has wrong dimensions? | mullzer | FLUENT | 2 | December 24, 2021 02:02 |
| udf error | srihari | FLUENT | 1 | October 31, 2016 15:18 |
| read 2d mesh from icem to fluent, error: file has wrong dimensions. | yuhehuan | FLUENT | 4 | December 28, 2012 22:41 |
| CrankNicholson returns wrong dimensions and sound speed when mesh is moving | lillberg | OpenFOAM Bugs | 6 | May 4, 2009 18:53 |
| wrong dimensions when reading mesh file | stella | FLUENT | 3 | October 12, 2005 13:30 |