~amcg-stokes/fluidity/multimaterial_diagnostic_dependencies

« back to all changes in this revision

Viewing changes to schemas/shallow_water_options.rnc

  • Committer: Cian Wilson
  • Date: 2012-12-10 20:21:07 UTC
  • mfrom: (4132.1.7 fluidity)
  • Revision ID: cwilson@ldeo.columbia.edu-20121210202107-5wppwqcba4bfd1r3
Merging in changes from lp:fluidity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1898
1898
            )
1899
1899
         }|
1900
1900
         ## Free Surface
1901
 
         ## NOTE: the prognostic FreeSurface field only works with the
1902
 
         ## legacy_continuous_galerkin code path
1903
 
         ## NOTE: if you are using the free_surface boundary condition
1904
 
         ## applied to the Velocity field (recommended), you should not 
1905
 
         ## use the prognostic FreeSurface field. In this case you may 
1906
 
         ## (optionally) add a diagnostic FreeSurface field.
1907
1901
         element scalar_field {
1908
1902
            attribute rank { "0" },
1909
1903
            attribute name { "FreeSurface" },
1910
 
            (
1911
 
               ## Free Surface
1912
 
               ## NOTE: the prognostic FreeSurface field only works with the
1913
 
               ## legacy_continuous_galerkin code path
1914
 
               element prognostic {
1915
 
                  ## Note that this is not the quadratic mesh balance pressure is
1916
 
                  ## actually calculated on, but the linear mesh it is projected back
1917
 
                  ## on for output purposes.
1918
 
                  element mesh {
1919
 
                     attribute name { "VelocityMesh" }
1920
 
                  },
1921
 
                  prognostic_free_surface_field
1922
 
               }|
1923
1904
               ## Free Surface
1924
1905
               ## NOTE: the diagnostic FreeSurface field only works in combination
1925
1906
               ## with the free_surface boundary condition applied to the Velocity
1936
1917
                  },
1937
1918
                  diagnostic_scalar_field
1938
1919
               }
1939
 
               
1940
 
            )
1941
1920
         }|
1942
1921
         ## Second Fluid
1943
1922
         element scalar_field {