File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
basicProgrammingTutorials Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- make ./ app > log.wmake
4- blockMesh -case ./ case > log.blockMesh
5- $FOAM_USER_APPBIN /basicFieldOperations -case ./ case | tee log.basicFieldOperations
3+ wmake app > log.wmake
4+ blockMesh -case case > log.blockMesh
5+ $FOAM_USER_APPBIN /basicFieldOperations -case case | tee log.basicFieldOperations
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- make ./ app > log.wmake
4- blockMesh -case ./ case > log.blockMesh
5- basicIO -case ./ case | tee log.basicIO
3+ wmake app > log.wmake
4+ blockMesh -case case > log.blockMesh
5+ basicIO -case case | tee log.basicIO
Original file line number Diff line number Diff line change 1- wmake ./ app > log.wmake
2- blockMesh -case ./ case > log.blockMesh
3- $FOAM_USER_APPBIN/basicParallelComputing -case ./ case | tee log.basicParallelComputing
1+ wmake app > log.wmake
2+ blockMesh -case case > log.blockMesh
3+ $FOAM_USER_APPBIN/basicParallelComputing -case case | tee log.basicParallelComputing
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- make app > log.wmake
3+ wmake app > log.wmake
44blockMesh -case case > log.blockMesh
55customClasses -case case | tee log.customClasses
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- make ./ app > log.wmake
3+ wmake app > log.wmake
44helloWorld | tee log.helloWorld
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- wmake ./ app > log.wmake
4- blockMesh -case ./ case > log.blockMesh
5- $FOAM_USER_APPBIN /transportEquation -case ./ case | tee log.transportEquation
3+ wmake app > log.wmake
4+ blockMesh -case case > log.blockMesh
5+ $FOAM_USER_APPBIN /transportEquation -case case | tee log.transportEquation
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- make ./ app > log.wmake
4- blockMesh -case ./ case > log.blockMesh
5- $FOAM_USER_APPBIN /understandingTheMesh -case ./ case | tee log.understandingTheMesh
3+ wmake app > log.wmake
4+ blockMesh -case case > log.blockMesh
5+ $FOAM_USER_APPBIN /understandingTheMesh -case case | tee log.understandingTheMesh
You can’t perform that action at this time.
0 commit comments