~pefarrell/fluidity/fix-intel-12

« back to all changes in this revision

Viewing changes to assemble/Momentum_Equation.F90

  • Committer: Axelle Vire
  • Date: 2012-02-22 14:52:32 UTC
  • Revision ID: avire@imperial.ac.uk-20120222145232-0wuolxpyu2cwc0j3
Correct Brendan's option check regarding the use of CV for continuity with two-way coupling. Apologies that it hasn't been done before the merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2109
2109
               end if
2110
2110
               
2111
2111
               ! Check that implicit solids two way coupling is not being used
2112
 
               if (have_option("/implicit_solids/two_way_coupling")) then
 
2112
               if (have_option("/implicit_solids/two_way_coupling/fluids_scheme/use_fluid_velocity")) then
2113
2113
                  FLExit("For CG Pressure cannot test the continuity equation with CV when using implicit solids two way coupling model")
2114
2114
               end if
2115
2115