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

Problem with compile the setParabolicInlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 4, 2008, 00:40
Default hi, i want to add new BCs to
  #1
Senior Member
 
weihong yao
Join Date: Mar 2009
Posts: 117
Rep Power: 17
ivanyao is on a distinguished road
hi,
i want to add new BCs to use in my case.
i follow the step to compile the setParabolicInlet
1.mkdir setParabolicInlet
2.cd setParabolicInlet
3.wmake libso
and then show errors:can not make, make direction does not exist.
This is a attach of me: setParabolicInlet.rar
ivanyao is offline   Reply With Quote

Old   September 4, 2008, 03:35
Default Dear Yao, Please check the
  #2
Senior Member
 
ZHOU Bin
Join Date: Mar 2009
Location: Nanjing/Torino, Nanjing/Piemente, China/Italy
Posts: 164
Rep Power: 17
zhoubinwx is on a distinguished road
Send a message via ICQ to zhoubinwx Send a message via MSN to zhoubinwx Send a message via Skype™ to zhoubinwx
Dear Yao,

Please check the following link, hope it maybe useful for you:
http://openfoamwiki.net/index.php/Tutorials#How_to_implement_a_new_boundary_cond ition_.28OF-1.4.1.29

Good luck.

Bin
zhoubinwx is offline   Reply With Quote

Old   September 4, 2008, 08:08
Default hi, I have go through the pag
  #3
Senior Member
 
weihong yao
Join Date: Mar 2009
Posts: 117
Rep Power: 17
ivanyao is on a distinguished road
hi,
I have go through the page .but when i type "wmake libso",it show:

/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::acosh(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:187: error: 鈥?:acoshf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::atanh(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:188: error: 鈥?:atanhf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::erf(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:192: error: 鈥?:erff鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::erfc(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:193: error: 鈥?:erfcf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::lgamma(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:194: error: 鈥?:lgammaf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::j0(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:196: error: 鈥?:j0f鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::j1(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:197: error: 鈥?:j1f鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::y0(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:199: error: 鈥?:y0f鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::floatScalar Foam::y1(Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:200: error: 鈥?:y1f鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H: In function 鈥楩oam::floatScalar Foam::hypot(Foam::floatScalar, Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H:80: error: 鈥?:hypotf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H: In function 鈥楩oam::floatScalar Foam::atan2(Foam::floatScalar, Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H:85: error: 鈥?:atan2f鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H: In function 鈥楩oam::floatScalar Foam::jn(int, Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H:90: error: 鈥?:jnf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H: In function 鈥楩oam::floatScalar Foam::yn(int, Foam::floatScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/floatScalar.H:95: error: 鈥?:ynf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H: In function 鈥楩oam::doubleScalar Foam::mag(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H:67: error: 鈥?:fabs鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::sqrt(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:172: error: 鈥?:sqrt鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::cbrt(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:173: error: 鈥?:cbrt鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::exp(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:174: error: 鈥?:exp鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::log(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:175: error: 鈥?:log鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::log10(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:176: error: 鈥?:log10鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::sin(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:177: error: 鈥?:sin鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::cos(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:178: error: 鈥?:cos鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::tan(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:179: error: 鈥?:tan鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::asin(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:180: error: 鈥?:asin鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::acos(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:181: error: 鈥?:acos鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::atan(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:182: error: 鈥?:atan鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::sinh(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:183: error: 鈥?:sinh鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::cosh(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:184: error: 鈥?:cosh鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::tanh(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:185: error: 鈥?:tanh鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::asinh(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:186: error: 鈥?:asinh鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::acosh(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:187: error: 鈥?:acosh鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::atanh(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:188: error: 鈥?:atanh鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::erf(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:192: error: 鈥?:erf鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::erfc(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:193: error: 鈥?:erfc鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::lgamma(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:194: error: 鈥?:lgamma鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::j0(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:196: error: 鈥?:j0鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::j1(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:197: error: 鈥?:j1鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::y0(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:199: error: 鈥?:y0鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H: In function 鈥楩oam::doubleScalar Foam::y1(Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/Scalar.H:200: error: 鈥?:y1鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H: In function 鈥楩oam::doubleScalar Foam::hypot(Foam::doubleScalar, Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H:80: error: 鈥?:hypot鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H: In function 鈥楩oam::doubleScalar Foam::atan2(Foam::doubleScalar, Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H:85: error: 鈥?:atan2鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H: In function 鈥楩oam::doubleScalar Foam::jn(int, Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H:90: error: 鈥?:jn鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H: In function 鈥楩oam::doubleScalar Foam::yn(int, Foam::doubleScalar)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/doubleScalar.H:95: error: 鈥?:yn鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/fileNameI.H: In member function 鈥榲oid Foam::fileName::stripInvalid()鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/fileNameI.H:39: error: 鈥榓bort鈥?is not a member of 鈥榮td鈥?/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H : At global scope:
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:50: error: 鈥榩id_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:53: error: 鈥榩id_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:56: error: 鈥榩id_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:88: error: 鈥榤ode_t鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:91: error: ISO C++ forbids declaration of 鈥榤ode_t鈥?with no type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:94: error: 鈥榤ode_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:109: error: 鈥榦ff_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/OSspecific.H:112: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/regIOobject.H:71: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_stringbuf<char,>, std::allocator<char> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:256: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:73: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/sstream.tcc:147: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_istringstream<char,>, std::allocator<char> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:257: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:272: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_ostringstream<char,>, std::allocator<char> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:258: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:385: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_stringstream<char,>, std::allocator<char> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:259: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:498: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_stringbuf<wchar_t,>, std::allocator<wchar_t> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:262: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:71: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream:73: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/sstream.tcc:147: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_istringstream<wchar_t,>, std::allocator<wchar_t> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:263: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:270: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream:272: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_ostringstream<wchar_t,>, std::allocator<wchar_t> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:264: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:383: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream:385: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream: In instantiation of 鈥榮td::basic_stringstream<wchar_t,>, std::allocator<wchar_t> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/sstream.tcc:265: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/sstream:496: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/sstream:498: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInc lude/clock.H:56: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/clock.H:59: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/clock.H:62: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/clock.H:79: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/clock.H:91: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/clock.H:94: error: 鈥榯ime_t鈥?does not name a type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/cpuTime.H:57: error: field 鈥榮tartTime_鈥?has incomplete type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/cpuTime.H:58: error: field 鈥榣astTime_鈥?has incomplete type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/cpuTime.H:59: error: field 鈥榥ewTime_鈥?has incomplete type
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/VectorSpaceI.H: In function 鈥楩oam::scalar Foam::mag(const Foam::VectorSpace<form,>&)鈥?
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/VectorSpaceI.H:323: error: 鈥?:sqrt鈥?has not been declared
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/mathematicalConstants.H: At global scope:
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/mathematicalConstants.H: 47: error: 鈥楳_E鈥?was not declared in this scope
/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude/mathematicalConstants.H: 48: error: 鈥楳_PI鈥?was not declared in this scope
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/i686-pc-linux-gnu/bits/basic_file.h:58: error: expected 鈥?鈥?before 鈥?鈥?token
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/i686-pc-linux-gnu/bits/basic_file.h:64: error: expected `)' before 鈥?鈥?token
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/i686-pc-linux-gnu/bits/basic_file.h:70: error: expected 鈥?鈥?before 鈥?鈥?token
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/i686-pc-linux-gnu/bits/basic_file.h:84: error: expected 鈥?鈥?before 鈥?鈥?token
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/i686-pc-linux-gnu/bits/basic_file.h:99: error: 鈥榮treamoff鈥?does not name a type
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:89: error: 鈥榑_c_lock鈥?does not name a type
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc: In constructor 鈥榮td::basic_filebuf<_chart,>::basic_filebuf()é ˆ¥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:81: error: class 鈥榮td::basic_filebuf<_chart,>鈥?does not have any field named 鈥榑M_lock鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux -gnu/4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc:81: error: 鈥榑M_lock鈥?was not declared in this scope
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:83: error: 鈥楤UFSIZ鈥?was not declared in this scope
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc: In member function 鈥榲irtual typename std::basic_filebuf<_chart,>::int_type std::basic_filebuf<_chart,>::underflow()鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:248: error: 鈥榤emcpy鈥?is not a member of 鈥榮td鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu /4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc:255: error: 鈥榤emmove鈥?is not a member of 鈥榮td鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu /4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc: In member function 鈥榯ypename std::basic_filebuf<_chart,>::pos_type std::basic_filebuf<_chart,>::_M_seek(typename _Traits::off_type, std::_Ios_Seekdir, typename _Traits::state_type)鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:742: error: 鈥榗lass std::__basic_file<char>鈥?has no member named 鈥榮eekoff鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux -gnu/4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc: In member function 鈥榲irtual void std::basic_filebuf<_chart,>::imbue(const std::locale&)鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:870: error: 鈥榤emmove鈥?is not a member of 鈥榮td鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu /4.1.2/../../../../include/c++/4.1.2/fstream: At global scope:
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_filebuf<char,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:893: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:76: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:81: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:82: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:102: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:107: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:111: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:159: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc:668: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc:736: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_ifstream<char,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:894: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:410: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_ofstream<char,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:895: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:538: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_fstream<char,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:896: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:669: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i68 6-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_filebuf<wchar_t,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:899: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:74: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:76: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:81: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:82: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:102: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:107: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:111: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:159: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc:668: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/fstream.tcc:736: error: no type named 鈥榮tate_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_ifstream<wchar_t,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:900: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:408: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:410: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_ofstream<wchar_t,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:901: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:536: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:538: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream: In instantiation of 鈥榮td::basic_fstream<wchar_t,> >鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/bits/fstream.tcc:902: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/fstream:667: error: no type named 鈥æ¦*nt_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/ i686-pc-linux-gnu/4.1.2/../../../../include/c++/4.1.2/fstream:669: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<wchar_t>鈥?setParabolicInlet.C: In function 鈥æ¦*nt main(int, char**)鈥?
setParabolicInlet.C:124: error: invalid operands of types 鈥楩oam::scalar鈥?and 鈥榙ouble鈥?to binary 鈥榦perator^鈥?/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-lin ux-gnu/4.1.2/../../../../include/c++/4.1.2/streambuf: In member function 鈥榯ypename _Traits::pos_type std::basic_streambuf<_chart,>::seekpos(typename _Traits::pos_type, std::_Ios_Openmode) [with _CharT = char, _Traits = std::char_traits<char>]鈥?
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/streambuf:252: instantiated from 鈥榯ypename _Traits::pos_type std::basic_streambuf<_chart,>::pubseekpos(typename _Traits::pos_type, std::_Ios_Openmode) [with _CharT = char, _Traits = std::char_traits<char>]鈥?/home/ivan/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclu de/OStringStream.H:104: instantiated from here
/home/ivan/OpenFOAM/linux/gcc-4.1.2/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../.. /../../include/c++/4.1.2/streambuf:599: error: no type named 鈥榦ff_type鈥?in 鈥榮truct std::char_traits<char>鈥?make: *** [Make/linuxGcc4DPOpt/setParabolicInlet.o] error 1

would somebody tell me the reason?
ivanyao is offline   Reply With Quote

Old   September 4, 2008, 10:48
Default Dear Yao, Are you using Ope
  #4
Senior Member
 
ZHOU Bin
Join Date: Mar 2009
Location: Nanjing/Torino, Nanjing/Piemente, China/Italy
Posts: 164
Rep Power: 17
zhoubinwx is on a distinguished road
Send a message via ICQ to zhoubinwx Send a message via MSN to zhoubinwx Send a message via Skype™ to zhoubinwx
Dear Yao,

Are you using OpenFOAM 1.5, would you please write the following in Make/files:

parabolicVelocityFvPatchVectorField.C

LIB = $(FOAM_LIBBIN)/libparabolicVelocityFvPatchVectorField

in options:

EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \

LIB_LIBS = \
-lfiniteVolume \

Hope it works.

Best regards,

Bin
zhoubinwx is offline   Reply With Quote

Old   September 5, 2008, 02:49
Default hi, thank you!i will tyr it!
  #5
Senior Member
 
weihong yao
Join Date: Mar 2009
Posts: 117
Rep Power: 17
ivanyao is on a distinguished road
hi,
thank you!i will tyr it!
ivanyao is offline   Reply With Quote

Old   September 5, 2008, 02:50
Default hi, thank you!i will try it s
  #6
Senior Member
 
weihong yao
Join Date: Mar 2009
Posts: 117
Rep Power: 17
ivanyao is on a distinguished road
hi,
thank you!i will try it soon!
ivanyao is offline   Reply With Quote

Old   September 5, 2008, 20:50
Default hi, it show the same message.
  #7
Senior Member
 
weihong yao
Join Date: Mar 2009
Posts: 117
Rep Power: 17
ivanyao is on a distinguished road
hi,
it show the same message.but thank you all the same.
ivanyao 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 problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 09:31
The setParabolicInlet problem ivanyao OpenFOAM Running, Solving & CFD 6 September 26, 2008 03:11
The setParabolicInlet problem ivanyao OpenFOAM Running, Solving & CFD 6 August 27, 2008 22:59
Compile Problem Leigh FLUENT 3 July 28, 2006 05:31
udf compile problem inhalation FLUENT 0 May 13, 2004 03:41


All times are GMT -4. The time now is 22:33.