[16134] | 1 | Index: ../trunk-jpl/test/NightlyRun/test431.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test431.m (revision 16038)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test431.m (revision 16039)
|
---|
| 5 | @@ -7,6 +7,7 @@
|
---|
| 6 | md.timestepping.time_step=0.;
|
---|
| 7 | md.thermal.isenthalpy=1;
|
---|
| 8 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 9 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 10 | md=solve(md,SteadystateSolutionEnum());
|
---|
| 11 |
|
---|
| 12 | %Fields and tolerances to track changes
|
---|
| 13 | Index: ../trunk-jpl/test/NightlyRun/test121.m
|
---|
| 14 | ===================================================================
|
---|
| 15 | --- ../trunk-jpl/test/NightlyRun/test121.m (revision 16038)
|
---|
| 16 | +++ ../trunk-jpl/test/NightlyRun/test121.m (revision 16039)
|
---|
| 17 | @@ -5,6 +5,7 @@
|
---|
| 18 | md=setflowequation(md,'SSA','all');
|
---|
| 19 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 20 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 21 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 22 | md.transient.isstressbalance=0;
|
---|
| 23 | md.transient.ismasstransport=0;
|
---|
| 24 | md.transient.isthermal=1;
|
---|
| 25 | Index: ../trunk-jpl/test/NightlyRun/test325.m
|
---|
| 26 | ===================================================================
|
---|
| 27 | --- ../trunk-jpl/test/NightlyRun/test325.m (revision 16038)
|
---|
| 28 | +++ ../trunk-jpl/test/NightlyRun/test325.m (revision 16039)
|
---|
| 29 | @@ -6,6 +6,7 @@
|
---|
| 30 | md.timestepping.time_step=0.;
|
---|
| 31 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 32 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 33 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 34 | md=solve(md,EnthalpySolutionEnum());
|
---|
| 35 |
|
---|
| 36 | %Fields and tolerances to track changes
|
---|
| 37 | Index: ../trunk-jpl/test/NightlyRun/test432.m
|
---|
| 38 | ===================================================================
|
---|
| 39 | --- ../trunk-jpl/test/NightlyRun/test432.m (revision 16038)
|
---|
| 40 | +++ ../trunk-jpl/test/NightlyRun/test432.m (revision 16039)
|
---|
| 41 | @@ -7,6 +7,7 @@
|
---|
| 42 | md.timestepping.time_step=0.;
|
---|
| 43 | md.thermal.isenthalpy=1;
|
---|
| 44 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 45 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 46 | md=solve(md,SteadystateSolutionEnum());
|
---|
| 47 |
|
---|
| 48 | %Fields and tolerances to track changes
|
---|
| 49 | Index: ../trunk-jpl/test/NightlyRun/test122.m
|
---|
| 50 | ===================================================================
|
---|
| 51 | --- ../trunk-jpl/test/NightlyRun/test122.m (revision 16038)
|
---|
| 52 | +++ ../trunk-jpl/test/NightlyRun/test122.m (revision 16039)
|
---|
| 53 | @@ -4,6 +4,7 @@
|
---|
| 54 | md=extrude(md,3,1.);
|
---|
| 55 | md=setflowequation(md,'HO','all');
|
---|
| 56 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 57 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 58 | md.thermal.isenthalpy=1;
|
---|
| 59 | md.thermal.stabilization=2;
|
---|
| 60 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 61 | Index: ../trunk-jpl/test/NightlyRun/test326.m
|
---|
| 62 | ===================================================================
|
---|
| 63 | --- ../trunk-jpl/test/NightlyRun/test326.m (revision 16038)
|
---|
| 64 | +++ ../trunk-jpl/test/NightlyRun/test326.m (revision 16039)
|
---|
| 65 | @@ -5,6 +5,7 @@
|
---|
| 66 | md=setflowequation(md,'SSA','all');
|
---|
| 67 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 68 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 69 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 70 | md.transient.isstressbalance=0;
|
---|
| 71 | md.transient.ismasstransport=0;
|
---|
| 72 | md.transient.isthermal=1;
|
---|
| 73 | Index: ../trunk-jpl/test/NightlyRun/test327.m
|
---|
| 74 | ===================================================================
|
---|
| 75 | --- ../trunk-jpl/test/NightlyRun/test327.m (revision 16038)
|
---|
| 76 | +++ ../trunk-jpl/test/NightlyRun/test327.m (revision 16039)
|
---|
| 77 | @@ -5,6 +5,7 @@
|
---|
| 78 | md=setflowequation(md,'HO','all');
|
---|
| 79 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
| 80 | md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
|
---|
| 81 | +md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
|
---|
| 82 | md.initialization.temperature(:)=272.;
|
---|
| 83 | md.thermal.spctemperature(find(md.mesh.vertexonsurface))=272.;
|
---|
| 84 | md.thermal.isenthalpy=1;
|
---|