~g-bhutani12/fluidity/PBM

« back to all changes in this revision

Viewing changes to schemas/fluidity_options.rng

  • Committer: Gaurav Bhutani
  • Date: 2013-10-27 16:19:11 UTC
  • Revision ID: g.bhutani12@imperial.ac.uk-20131027161911-1r0bzexfoe231z92
Changes made to diamond tree in Multiphase options to accept a scalar field for partcle diameter (only accepted a constant earlier). Multiphase.F90 modified to accept a scalar field as particle diameter and use it in drag force term calculations for momentum equations; the file has also been modified for new diamond structure. Multiphase test cases modified to suit modified diamond structure. All tests passed with this new modifications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2194
2194
              <ref name="comment"/>
2195
2195
              <optional>
2196
2196
                <element name="particle_diameter">
2197
 
                  <ref name="real"/>
 
2197
                  <choice>
 
2198
                    <element name="constant">
 
2199
                      <ref name="real"/>
 
2200
                    </element>
 
2201
                    <element name="use_scalar_field">
 
2202
                      <ref name="anystring"/>
 
2203
                    </element>
 
2204
                  </choice>
2198
2205
                </element>
2199
2206
              </optional>
2200
2207
              <optional>
4375
4382
        <empty/>
4376
4383
      </element>
4377
4384
      <element name="type">
4378
 
        <a:documentation>Implements a prescribed normal flow. Works for DG only.</a:documentation>
 
4385
        <a:documentation>Implements a prescribed normal flow. Works for DG only. This
 
4386
implements a weakly imposed bounadry condition normal to the surface.
 
4387
Note: Positive points out of the domain, negative into the domain.</a:documentation>
4379
4388
        <attribute name="name">
4380
4389
          <value>prescribed_normal_flow</value>
4381
4390
        </attribute>