|
[Sponsors] |
[OpenFOAM] How to correctly show the result of #codeStream# internalField? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 5, 2019, 13:16 |
|
#21 |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
I am getting the following Error by running it in OpenFOAM-dev
Code:
error: ‘Foam::vectorField {aka class Foam::Field<Foam::Vector<double> >}’ has no member named ‘writeEntry’ /opt/openfoam-dev/wmake/rules/General/transform:25: recipe for target 'Make/linux64GccDPInt32Opt/codeStreamTemplate.o' failed make: *** [Make/linux64GccDPInt32Opt/codeStreamTemplate.o] Error 1 |
|
April 2, 2020, 10:36 |
|
#22 |
Member
Cyrille Bonamy
Join Date: Mar 2015
Location: Grenoble, France
Posts: 86
Rep Power: 11 |
You must replace the line where writeEntry is used.
An example : Code:
// OpenFoam.com version and Old OpenFoam.org (<= 6) alpha_a.writeEntry("", os); Code:
// New OpenFoam.org version (>=7) writeEntry(os, "", alpha_a); |
|
July 3, 2020, 08:02 |
|
#23 |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
||
May 12, 2022, 08:53 |
|
#24 |
New Member
Join Date: Jul 2017
Posts: 14
Rep Power: 9 |
Hi,
I did so, but it does not work and I get the same error: #codeStream:66:39: error: invalid use of ‘this’ in non-member function Do you have any Idea? |
|
July 14, 2022, 05:26 |
|
#25 |
Senior Member
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 17 |
Yes, I am getting the same error. Have you figured this out, any help ?
|
|
Tags |
codestream, openfoam, parafoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difference of the max function result with full field, internalField and boundaryFiel | cyss38 | OpenFOAM Programming & Development | 1 | October 2, 2018 06:39 |
CFD post cannot load results-Error appeared? | mariam.sara | ANSYS | 9 | September 17, 2018 16:23 |
[Workbench] Current result file may not contain requested result data | zhizhuo | ANSYS Meshing & Geometry | 0 | December 13, 2017 05:18 |
Simulation won't show turbulence | pete_87 | OpenFOAM Running, Solving & CFD | 4 | June 25, 2014 12:35 |
Geometry show in Result Display | ShFlow | FLOW-3D | 3 | January 11, 2009 21:51 |