Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #809
Closed
Open
Issue created Apr 24, 2018 by Admin@OpenFOAM-adminMaintainer

Error in documentation of effectivenessHeatExchangerSource in the Extended Code Guide

In the Extended Code Guide, the table format for the effectiveness is written as:

( 0.02 ( (0.1 A) (0.2 B) (0.3 C) ), 0.04 ( (0.1 D) (0.2 E) (0.3 F) ), 0.06 ( (0.1 G) (0.2 H) (0.3 I) ) );

However, this format does not work. Instead, a working table looks like this:

( (0.02 ( (0.1 A) (0.2 B) (0.3 C) )) (0.04 ( (0.1 D) (0.2 E) (0.3 F) )) (0.06 ( (0.1 G) (0.2 H) (0.3 I) )) );

The documentation in the Extended Code Guide should be changed accordingly.

Assignee
Assign to
Time tracking