~g-bhutani12/fluidity/PBM

« back to all changes in this revision

Viewing changes to tests/mphase_strong_pressure_bc_compressible/mphase_strong_pressure_bc_compressible_p2p1.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:
732
732
    </scalar_field>
733
733
    <multiphase_properties>
734
734
      <particle_diameter>
735
 
        <real_value rank="0">2e-4</real_value>
 
735
        <constant>
 
736
          <real_value rank="0">2.0e-4</real_value>
 
737
        </constant>
736
738
      </particle_diameter>
737
739
      <specific_heat>
738
740
        <real_value rank="0">954</real_value>