|
13 | 13 | AtmosphereModel, |
14 | 14 | TemperatureField, |
15 | 15 | IdealGas, |
16 | | - PhaseTransitionConstants, |
17 | 16 | CondensedPhase, |
18 | 17 | mixture_gas_constant, |
19 | 18 | mixture_heat_capacity |
|
26 | 25 | Center, Face, Periodic, Bounded, Flat, |
27 | 26 | RectilinearGrid, |
28 | 27 | nodes, xnodes, ynodes, znodes, |
29 | | - xnode, ynode, znode, |
| 28 | + znode, |
30 | 29 | xspacings, yspacings, zspacings, |
31 | 30 | minimum_xspacing, minimum_yspacing, minimum_zspacing, |
32 | 31 | ImmersedBoundaryGrid, GridFittedBottom, PartialCellBottom, ImmersedBoundaryCondition, |
|
39 | 38 | BackgroundField, interior, set!, compute!, regrid!, |
40 | 39 | Forcing, |
41 | 40 | FPlane, ConstantCartesianCoriolis, BetaPlane, NonTraditionalBetaPlane, |
42 | | - SmagorinskyLilly, DynamicSmagorinsky, AnisotropicMinimumDissipation, |
| 41 | + SmagorinskyLilly, AnisotropicMinimumDissipation, |
43 | 42 | LagrangianParticles, |
44 | 43 | conjure_time_step_wizard!, |
45 | 44 | time_step!, Simulation, run!, Callback, add_callback!, iteration, |
|
0 commit comments