From 59cd94a1dccc42bdf584dd7d46170bc8d77a1c45 Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Sun, 4 Oct 2009 15:20:56 +0000 Subject: [PATCH] * More documentation within the netgen.ocf file * Modified the boundary condition numbers to reflect the change in the lowest allowed boundary condition change from "0" to "1" * Removed version number from the file to ease maintenance --- ng/netgen.ocf | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/ng/netgen.ocf b/ng/netgen.ocf index c5bccd3a..06d7a5c5 100644 --- a/ng/netgen.ocf +++ b/ng/netgen.ocf @@ -1,4 +1,4 @@ -# Netgen 4.9.9 +# Netgen Mesher # Boundary Condition Colour Profile # # Name: netgen.ocf @@ -14,13 +14,19 @@ # # .... # .... +# NOTE: +# * Currently, the default Boundary +# Condition number assigned to faces without +# any colour defined is "1" +# * Boundary Condition number "0" is invalid, +# and should not be used boundary_colours 7 -1 0.0000 0.0000 0.0000 -2 1.0000 0.0000 0.0000 -3 0.0000 0.0000 1.0000 -4 1.0000 1.0000 0.0000 -5 0.0000 1.0000 1.0000 -6 1.0000 0.0000 1.0000 -7 1.0000 1.0000 1.0000 +2 0.0000 0.0000 0.0000 +3 1.0000 0.0000 0.0000 +4 0.0000 0.0000 1.0000 +5 1.0000 1.0000 0.0000 +6 0.0000 1.0000 1.0000 +7 1.0000 0.0000 1.0000 +8 1.0000 1.0000 1.0000