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

Error in documentation

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 26, 2007, 14:53
Default Version OF 1.4.1 The Programm
  #1
Member
 
David P. Schmidt
Join Date: Mar 2009
Posts: 71
Rep Power: 17
schmidt_d is on a distinguished road
Version OF 1.4.1
The Programmers Guide in the Operations Exclusive to Scalars table lists the definition of the neg function as less than or equal to:

s <= 0

when the code is strictly less than (from Scalar.H)

inline Scalar neg(const Scalar s)
{
return (s < 0)? 1: 0;
}

There is no problem with the code, but the documentation should be changed.

Thanks,
David
schmidt_d is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Nektar Documentation Giorgos Main CFD Forum 0 January 26, 2007 10:02
Documentation derath OpenFOAM 1 June 13, 2006 05:53
Fluent Documentation Kapil S FLUENT 0 April 1, 2006 12:31
Reference to the CFX documentation Rui CFX 1 October 21, 2005 13:07
Documentation help nir Main CFD Forum 0 September 19, 2005 07:32


All times are GMT -4. The time now is 19:38.