|
[Sponsors] |
October 26, 2010, 08:02 |
g++ error /new boundary condition
|
#1 |
Member
Join Date: Sep 2010
Posts: 36
Rep Power: 17 |
Hello to every one,
I added new boundarycondition to cavitatingFoam and tried to execute it. Initially i tried with wmake it showed some error like environment variables $WM_OPTIONS not set.And then i tried to execute file.C with g++ but i got following error. Can any body help me in htis regard error is cavitatingFoam.C:36:19: error: fvCFD.H: No such file or directory cavitatingFoam.C:37:44: error: barotropicCompressibilityModel.H: No such file or directory cavitatingFoam.C:38:29: error: twoPhaseMixture.H: No such file or directory cavitatingFoam.C:39:29: error: turbulenceModel.H: No such file or directory cavitatingFoam.C:45:29: error: setRootCase.H: No such file or directory In file included from cavitatingFoam.C:46: fixedMeanValueFvPatchField.H:38:37: error: fixedValueFvPatchFields.H: No such file or directory cavitatingFoam.C:47:28: error: createTime.H: No such file or directory cavitatingFoam.C:48:28: error: createMesh.H: No such file or directory In file included from cavitatingFoam.C:50: readControls.H:1:30: error: readTimeControls.H: No such file or directory readControls.H:9:30: error: readPISOControls.H: No such file or directory In file included from cavitatingFoam.C:51: createFields.H:74:28: error: createPhiv.H: No such file or directory createFields.H:75:39: error: compressibleCreatePhi.H: No such file or directory cavitatingFoam.C:52:36: error: initContinuityErrs.H: No such file or directory cavitatingFoam.C:53:39: error: compressibleCourantNo.H: No such file or directory fixedMeanValueFvPatchField.H: In function ‘int main(int, char**)’: fixedMeanValueFvPatchField.H:42: error: expected primary-expression before ‘namespace’ fixedMeanValueFvPatchField.H:42: error: expected `;' before ‘namespace’ cavitatingFoam.C:93: error: expected `}' at end of input |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Boundary Conditions | Thomas P. Abraham | Main CFD Forum | 20 | July 7, 2013 06:05 |
Transient outlet boundary condition problem | jwillie2000 | CFX | 1 | December 7, 2009 18:07 |
Axis Boundary Condition..what is it? | CFDtoy | FLUENT | 6 | February 13, 2007 06:51 |
How to set boundary condition in Fluent for the fo | Peiyong | FLUENT | 1 | November 10, 2006 12:44 |
How to resolve boundary condition problem? | sam | FLUENT | 2 | July 20, 2003 03:19 |