View Issue Details

IDProjectCategoryView StatusLast Update
0001350OpenFOAMBugpublic2018-07-10 11:24
Reporteruser969Assigned Tochris  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntuOS Version14.04 LTS
Summary0001350: Typo in the Programming Guide A4 for OpenFOAM
DescriptionThe programming Guide in A4 format contains a typo on page P-14 in subchapter 1.3.1. Sentence after Equation (1.8) states that ... b = a * T = transpose(T) * a. This statement should be: b = a * T = transpose( transpose(T) * transpose(a) )
as it conforms to basic rules of matrix and tensor algebra.
TagsNo tags attached.

Activities

chris

2015-01-01 19:41

manager   ~0003464

This is not matrix algebra, it is tensor algebra. So 'a' - a vector - has no transpose.

Issue History

Date Modified Username Field Change
2014-07-16 14:50 user969 New Issue
2014-12-29 18:30 wyldckat Tag Attached: Programmer's Guide
2015-01-01 19:41 chris Note Added: 0003464
2015-01-01 19:41 chris Status new => closed
2015-01-01 19:41 chris Assigned To => chris
2015-01-01 19:41 chris Resolution open => fixed
2018-07-10 11:24 administrator Tag Detached: Programmer's Guide