~g-bhutani12/fluidity/PBM

« back to all changes in this revision

Viewing changes to tests/mphase_rogue_shock_tube_dense_bed_glass/mphase_rogue_shock_tube_dense_bed_glass.flml

  • 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:
842
842
    </scalar_field>
843
843
    <multiphase_properties>
844
844
      <particle_diameter>
845
 
        <real_value rank="0">1.5e-3</real_value>
 
845
        <constant>
 
846
          <real_value rank="0">1.5e-3</real_value>
 
847
        </constant>
846
848
      </particle_diameter>
847
849
      <specific_heat>
848
850
        <real_value rank="0">758</real_value>