~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to schemas/diagnostic_algorithms.rnc

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
806
806
          attribute material_phase_support { "multiple "}
807
807
       }
808
808
   )
 
809
sediment_concentration_dependent_viscosity_algorithm =
 
810
   (
 
811
       ## Effective viscosity is affected by sediment concentration. This 
 
812
       ## algorithm computes the viscosity based upon the combined concentrations
 
813
       ## of the sediment fields and the zero concentration viscosity
 
814
       ##
 
815
       ##   \nu = \nu_0(1-c/0.65)^{-1.625}
 
816
       ##
 
817
       element algorithm {
 
818
          attribute name { "sediment_concentration_dependent_viscosity" },
 
819
          attribute material_phase_support { "single"}
 
820
       }
 
821
   )
809
822
imposed_material_velocity_source_algorithm =
810
823
   (
811
824
       element algorithm {