ACU-T: 4001 Water Filling in a Tank

This tutorial provides the instructions for setting up, solving and viewing results for a transient simulation of a two-phase flow in a square tank using the level set model. In this simulation, AcuSolve is used to compute the time-varying water-level interface due to presence of water through the inlet and the outlet of the tank. This tutorial is designed to introduce you to a number of modeling concept necessary to perform two-phase simulations.

The basic steps in any CFD simulation are shown in ACU-T: 2000 Turbulent Flow in a Mixing Elbow. The following additional capabilities of AcuSolve are introduced in this tutorial:
  • Two-phase flow solution
  • Transient simulation
  • Use of a script for the water volume fraction initialization
  • Post-processing with AcuFieldView

Prerequisites

You should have already run through the introductory tutorial, ACU-T: 2000 Turbulent Flow in a Mixing Elbow. It is assumed that you have some familiarity with AcuConsole, AcuSolve, and AcuFieldView. You will also need access to a licensed version of AcuSolve.

Prior to running through this tutorial, copy AcuConsole_tutorial_inputs.zip from <Altair_installation_directory>\hwcfdsolvers\acusolve\win64\model_files\tutorials\AcuSolve to a local directory. Extract tank2D.x_t from AcuConsole_tutorial_inputs.zip.

Analyze the Problem

An important step in any CFD simulation is to examine the engineering problem at hand and determine the important parameters that need to be provided to AcuSolve. Parameters can be based on geometrical elements (such as inlets, outlets, or walls) and on flow conditions (such as fluid properties, velocity).

In general, multiphase flows are mainly observed in real life environment, consisting of two or more fluids (gas, liquid, or solid). They have possible combinations of gas-liquid (dissolved gas), liquid-liquid (oil in water), liquid-solid (immersed particles), as well as gas-liquid-solid. The first two are examples of two-phase immiscible flows. The two-phase immiscible flows can be solved by tracking the interface between the two-phases. This tutorial will guide you through how to set up the two-phase flow problem using the level set method.

Figure 1 shows a schematic of the half-filled water tank at time t = 0. From t = 0 onwards, water is injected through the inlet, at a velocity of 1.5 m/s. As the water fills in through the inlet, the water-air interface can be visualized in a transient simulation.


Figure 1. Schematic of the Problem

Define the Simulation Parameters

Start AcuConsole and Create the Simulation Database

In this tutorial, you will begin by creating a database, populating the geometry-independent settings, loading the geometry, creating volume and surface groups, setting group parameters, adding geometry components to groups, and assigning mesh controls and boundary conditions to the groups. Next you will generate a mesh and run AcuSolve to solve for the number of time steps specified. Finally, you will visualize some characteristics of the results using AcuFieldView.

In the next steps you will start AcuConsole, and create the database for storage of the simulation settings.

  1. Start AcuConsole from the Windows Start menu by clicking Start > Altair <version> > AcuConsole.
  2. Click the File menu, then click New to open the New data base dialog.
  3. Browse to the location that you would like to use as your working directory.
    This directory is where all files related to the simulation will be stored. The AcuConsole database file (.acs) is stored in this directory. Once the mesh and solution are created, additional files and directories will be created within this directory.
  4. Create a new directory in this location. Name it Tank_Filling and open it.
  5. Enter tankFilling_2D as the file name for the database.
    Note: In order for other applications to be able to read the files written by AcuConsole, the database path and name should not include spaces.
  6. Click Save to create the database.

Set General Simulation Parameters

In next steps you will set parameters that apply globally to the simulation. To make this simple, the basic settings applicable for any simulation can be filtered using the BAS filter in the Data Tree Manager. This filter enables display of only a small subset of the available items in the Data Tree and makes navigation of the entries easier.

  1. Click BAS in the Data Tree Manager to switch to basic view in the Data Tree.


    Figure 2.
  2. Double-click the Global Data Tree item to expand it.
    Tip: You can also expand a tree item by clicking next to the item name.


    Figure 3.
  3. Double-click Problem Description to open the Problem Description detail panel.
    Tip: You can also open a panel by right-clicking a tree item and clicking Open on the context menu.
  4. Enter AcuSolve Multiphase Tutorial as the Title.
  5. Enter Tank Filling 2D as the Sub title.
  6. Change the Analysis type to Transient.
  7. Ensure that Multiphase equation is set to Level Set.


    Figure 4.

Set Solution Strategy Parameters

  1. Double-click Auto Solution Strategy to open the Auto Solution Strategy detail panel.
  2. Check that the Analysis type is set to Transient.
  3. Set the Max time steps to 0.
  4. Set the Final time to 3.0 secs.
  5. Set the Initial time increment to 0.01 secs.
    When setting up a transient analysis, if the Max time steps option is set to zero, this option is ignored. In such a case, the Final time must be specified. AcuSolve will then run until this final time is reached, incrementing with the specified initial time increment at each time step.
  6. Check that the Convergence tolerance is set to 0.001.
  7. Set the Max stagger iterations to 4.
  8. Set the Relaxation factor to 0.
    When solving transient solutions, the relaxation factor should be set to zero. A non-zero relaxation factor causes incremental updates of the solution, which will impact the time accuracy of the solution for transient cases.
  9. Check that Flow and Multifluid flags are turned On.
  10. Change Fluid 1 to Water.
  11. Change Fluid 2 to Air.


    Figure 5.

Set Material Model Parameters

AcuConsole has three pre-defined materials, Air, Aluminum, and Water, with standard parameters defined. In the next steps you will verify that the pre-defined material properties of air and water match the desired properties for this problem.
  1. Double-click Material Model in the Data Tree to expand it.


    Figure 6.
  2. Double-click Air in the Data Tree to open the Air detail panel.

    The material type for air is Fluid. Fluid is the default material type for any new material created in AcuConsole.

  3. In the Density tab, check the following:
    1. The Type is set to Constant.
    2. The Density value is 1.225 kg/m3.
  4. Click the Viscosity tab. The viscosity of air is 1.781 x 10-5kg/m – sec.
  5. Double-click Water in the Data Tree to open the detail panel.
    The Material type for water is Fluid.
  6. In the Density tab, check the following:
    1. The Type is set to Constant.
    2. The Density value is 1000 kg/m3.
  7. Click the Viscosity tab. The viscosity of water is 0.001 kg/m – sec.

The remaining thermal and other material properties are not critical to this simulation. However, you may browse through the tabs to check the complete material specification

  1. Save the database to create a backup of your settings. This can be achieved with any of the following methods.
    • Click the File menu, then click Save.
    • Click on the toolbar.
    • Click Ctrl+S.
    Note: Changes made in AcuConsole are saved into the database file (.acs) as they are made. A save operation copies the database to a backup file, which can be used to reload the database from that saved state in the event that you do not want to commit future changes.

Set the Multiphase Parameters

When Multiphase is activated in the Problem Description, by selecting a Multiphase equation, AcuConsole automatically generates the necessary set of parameters required to complete the multiphase model definition. These include defining the fields in the model, and also specifying the interaction models between the fields.

In this section you will define the multiphase parameters for the simulation.

  1. Define the fields:
    1. Click on ALL in the Data Tree Manager to display all available simulation settings.
    2. Expand the Advanced Solution Strategy > Multiphase Parameters Data Tree item.
    3. Under Multiphase Parameters, expand the Fields item.
    4. Double-click Air.
    5. Set Modify advanced settings to On and check that the Material model is set to Air.
    6. Double-click Water.
    7. Set Modify advanced settings to On and check that the Material model is set to Water.
  2. Define the Field Interaction Model:
    1. Under Multiphase Parameters, expand the Field Interaction Model item.
    2. Right-click on Air-Water and click Delete.
    3. Double-click Water-Air to open the detail panel.
    4. Set Modify advanced settings to On.
    5. Click Open Refs next to Fields 1.
    6. Check that the entry in the Reference Editor is Water.
    7. Click Open Refs next to Fields 2.
    8. Check that the entry in the Reference Editor is Air.
    9. Set the Surface tension model to None.
    10. Set the Thickness type to Auto.
  3. Define the Multiphase Model:
    1. Under Multiphase Parameters, expand the Multiphase Model item.
    2. Right-click on Air-Water and select Delete.
    3. Double-click Water-Air to open the detail panel.
    4. Set Modify advanced settings to On.
    5. Click Open Refs next to Field interaction models.
    6. Check that the entry in the Reference Editor is Water-Air.

Import the Geometry and Define the Model

Import the Geometry

You will import the geometry in the next part of this tutorial. You will need to know the location of tank2D.x_t in order to complete these steps. This file contains information about the geometry in Parasolid ASCII format.
  1. Click File > Import.
  2. Browse to the directory containing tank2D.x_t.
  3. Change the file name filter to Parasolid File (*.x_t *.xmt *X_T …).
  4. Select tank2D.x_t and click Open to open the Import Geometry dialog.


    Figure 7.

    For this tutorial, the default values for the Import Geometry dialog are used to load the geometry. If you have previously used AcuConsole, be sure that any settings that you might have altered are manually changed to match the default values shown in the figure. With the default settings, volumes from the CAD model are added to a default volume group. Surfaces from the CAD model are added to a default surface group. You will work with groups later in this tutorial to create new groups, set flow parameters, add geometric components, and set meshing parameters.

  5. Click Ok to complete the geometry import.


    Figure 8.

Set the Body Force

The body force commands add volumetric source terms to the governing conservation equations. In this tutorial, gravitational body force will be applied to the fluid fields. Gravity will be defined as equal to standard gravity (g = 9.81 m/s2) along the negative Y-axis, which is the downward direction in the model.

  1. Double-click Body Force in the Data Tree to expand it.
  2. Double-click on Gravity to open the Gravity detail panel.

    The medium for gravity is Fluid. This means that the gravity defined here is applicable only on material models whose material type is fluid.

  3. Click Open Array.
  4. In the Array Editor dialog, enter:
    • X-component: 0.0
    • Y-component: -9.81 m/s2
    • Z-component: 0.0
  5. Click OK to complete the definition of gravity.
    Note: The definition of gravity here will have no effect on the simulation unless it is assigned to some volume set in the model.

Define Nodal Outputs

The nodal output command specifies the nodal output parameters, for example, output frequency and number of saved states.

  1. Expand the Output tree, then double-click Nodal Output to open the Nodal Output detail panel.
  2. Set Time step frequency to 1.
    This will save the nodal outputs at every time step.
  3. Set Output initial condition to On.
    This will instruct the solver to write the initial state of the problem as the first output file.
  4. Make sure that the Number of saved states is set to 0.
    Setting this option to zero will instruct the solver to save all of the solution state files.


    Figure 9.

Set the Initial Conditions

  1. Double-click on Nodal Initial Condition in the Data Tree to open the detail panel.
  2. Set the Multiphase field to Water.
  3. Set the Water initial condition type to Script.
  4. Click Open text next to Water volume fraction script to open the text editor.
  5. Enter the following script in the text editor:
    value = 0.0
    if y <= 0.0 : value = 1.0

    The script above will set the initial volume fraction of the field water in the domain. For the nodes where y <= 0.0 (bottom half of the domain), the volume fraction of water will be set to 1. For all other nodes (top half of the domain), the volume fraction of water will be set to zero. At these nodes, the volume fraction of air will be 1, as the sum of volume fractions of the field should always be unity.

  6. Click Ok to close the text editor.

Apply Volume Parameters

Volume groups are containers used for storing information about a volume region. This information includes solution and meshing parameters applied to the volume and the geometric regions that these settings are applied to.

When the geometry was imported into AcuConsole, all volumes were placed into the "default" volume container.

Since the model for this tutorial has only a single volume, it will be the only volume in the default volume group when the geometry is imported. Even when there is a single volume in the model, it is advisable to rename the volume for ease of identification in future. In the next steps you will rename the default volume group container, and set the material and other properties for it.

  1. Expand the Model Data Tree item.
  2. Right-click on Surfaces and click Display off to turn off the display of surfaces.
  3. Expand Volumes. Toggle the display of the default volume container by clicking and next to the volume name.
    Note: You may not see any change when toggling the display if Surfaces are being displayed, as surfaces and volumes may overlap.
  4. Rename the default volume group.
    1. Right-click on default.
    2. Click Rename.
    3. Enter Fluid as the new name and press Enter
      Note: When an item in the Data Tree is renamed, the change is not saved until you press Enter on your keyboard. If you move the input focus away from the item without entering it, your changes will be lost.
  5. Set up the Fluid volume element set.
    1. Expand Fluid in the Data Tree.
    2. Double-click Element Set under Fluid to open it in the detail panel.
    3. For Medium, select Multiphase.
    4. For Multiphase model, select Water-Air.
    5. For Body force, select Gravity.


    Figure 10.

Create Surface Groups and Apply Surface Attributes

Surface groups are containers used for storing information about a surface, including solution and meshing parameters, and the corresponding surface in the geometry that the parameters will apply to.

In the next steps you will define surface groups, assign the appropriate settings for the different characteristics of the problem, and add surfaces to the group containers.

In the process of setting up a simulation, you need to move into different panels for setting up the boundary conditions, mesh parameters, and so on, which can sometimes be cumbersome (especially for models with too many surfaces). To make it easier, less error prone, and for saving time two new dialogs are provided in AcuConsole which you can use to verify and provide the information for all surface or volume entities at once. They are the Volume Manager and Surface Manager. In this section some features of the Surface Manager are exploited.

  1. In the Data Tree, right-click on Volumes and select Display off to turn off the display of volumes.
  2. Right-click on Surfaces and select Surface Manager.
  3. In the Surface Manager dialog, click New four times to create four new surface groups.
    Note: If you cannot see the Simple BC Active and Simple BC Type columns, click Columns, select these two columns from the list, and click Ok.
  4. Turn the display off for all surfaces except for default surface.
  5. Rename Surface Names (column 1) for Surface 1 to Surface 5, and set the Simple BC Active and Simple BC Type columns as per the table shown below.


    Figure 11.
  6. Assign the surfaces to the z_pos and z_neg surface groups.
    1. In the z-pos row, click Add to.
    2. Select the planar surface with the maximum z-coordinate as shown in figure below and click Done.
    3. Similarly assign the surface with the minimum z-coordinate to the z_neg surface group.


      Figure 12.
  7. Assign the surface with the maximum x-coordinate to inlet surface group.
  8. Assign the surface with the minimum x-coordinate to outlet surface group.
    Use the following figure as the reference for selecting the required surfaces.


    Figure 13.

    When the geometry was loaded into AcuConsole, all geometry surfaces were placed in the default surface group container. This default surface group was renamed to sides. In the previous steps, you assigned some surfaces to various other surface groups that you created. At this point, all that is left in the sides surface group are the surfaces which make up the sides of the reservoir.

  9. Close the Surface Manager dialog.

Inlet

As mentioned earlier, the inlet in this problem is a water inlet with inlet velocity set as 1.5 m/s.

  1. In the Data Tree, under Surfaces, expand the inlet surface.
  2. Double-click Simple Boundary Condition to open the detail panel.
  3. Check that the Type is set to Inflow.
  4. Check that the Inflow Type is set to Velocity.
  5. Set the Inflow velocity type to Normal from the drop down selector menu.
  6. Set the Normal velocity to 1.5 m/s.
  7. Set the Incoming fluid field to Water from the drop down selector menu.


    Figure 14.

Outlet

  1. In the Data Tree, under Surfaces, expand the outlet surface.
  2. Double-click Simple Boundary Condition to open the detail panel.
  3. Check that the Type is set to Outflow.
  4. Switch the Hydrostatic pressure flag to On.
  5. Click Open Array next to Hydrostatic pressure origin to check that the origin location is at (0, 0, 0)


    Figure 15.

Wall

  1. In the Data Tree, under Surfaces, expand the wall surface.
  2. Double-click Simple Boundary Condition to open the detail panel.
  3. Check that the Type is set to Wall.


    Figure 16.

z_pos and z_neg

  1. In the Data Tree, under Surfaces, expand the z_pos surface.
  2. Double-click Simple Boundary Condition to open the detail panel.
  3. Check that the Type is set to Slip.
  4. Similarly, check that the Simple Boundary Condition type for z_neg is also set to Slip.

Assign Mesh Controls

Set Global Meshing Attributes

Now that the flow characteristics have been set for the whole problem, a sufficiently refined mesh has to be generated.

Global mesh attributes are the meshing parameters applied to the model as a whole without reference to a specific geometric volume, surface, edge, or point. Local mesh attributes are used to create mesh generation controls for specific geometry components of the model.

In the next steps you will set the global mesh attributes.

  1. Click MSH in the Data Tree Manager to filter the settings in the Data Tree to show only the controls related to meshing.
  2. Double-click the Global Data Tree item to expand it.
  3. Double-click Global Mesh Attributes to open the Global Mesh Attributes detail panel.
  4. Change the Mesh size type to Absolute.
  5. Set Absolute mesh size to 0.12.


    Figure 17.

Set Surface Mesh Parameters

Surface mesh attributes are applied to a specific surface in the model. It is a type of local meshing parameter used to create targeted mesh controls for one or more specific surfaces.

Setting local mesh attributes, such as surface mesh attributes, is not mandatory. When a local mesh attribute is not found for a component, the global attributes are used as the mesh generation control for that component. If a local mesh attribute is present, it will take precedence over the global setting.

In the next steps you will set the surface meshing attributes.

  1. Expand the Model Data Tree item.
  2. Under Model, expand Surfaces > wall.
  3. Click Surface Mesh Attributes to open the detail panel.
    The detail panel becomes populated with more options.
  4. Ensure that the Mesh size type is set to Absolute.
  5. For Absolute mesh size, enter 0.0075 m.
  6. Switch the Curvature refinement parameters flag to On.
    Mesh controls related to curvature refinement will be visible now. These settings are applied to resolve curved geometric features in the surface group.
  7. Set the Curvature angle to 5.0 degrees.
    This setting controls the maximum value of the included angle between the two mesh edges protruding from the surface.
  8. Set the Curvature mesh size factor to 0.2.
    This setting is used to determine the minimum value of the mesh edge length used to resolve curved features. This minimum value is computed by multiplying the Absolute or Relative mesh size with the Curvature mesh size factor.


Set Zone Meshing Parameters

In the last section, it was mentioned that surface mesh attributes are local mesh attributes that are applied to a specific surface. Similarly, there is a provision for edge mesh attributes that are local to a specific edge in the model. However, at times it is desired to specify a mesh attribute local to a region independent of the CAD entities in the model. This can be achieved using Zone Mesh Attributes. It is possible to specify a zone in the shape of a box, cylinder or a sphere for example, with local mesh control attributes to be used within that zone. Wherever this zone overlaps the CAD model, the zonal mesh attributes will be used instead of the global mesh attributes.

In the following steps, you will define a mesh refinement zone, and set up the zonal mesh attributes for it to be used in the model. A box-shaped refinement zone will be used in the region where a water-air interface is expected.

  1. Right-click Zone Mesh Attributes under the Global branch in the Data Tree and click New.
  2. Rename Zone Mesh Attributes 1 to Free surface region.
  3. Double-click Free surface region to open the detail panel.
  4. Change the Mesh zone type to Box.
  5. Click Open Array.
  6. Enter the values in the Array Editor as shown below and click OK.


    Figure 18.
  7. In the detail panel, set the Box lengths as follows:
    1. Box length X: 1.0 m.
    2. Box length Y: 0.75 m.
    3. Box length Z: 0.01 m.
  8. Set the Mesh size to 0.015 m


    Figure 19.


    Figure 20.

Define Mesh Extrusion

The present simulation is equivalent to a representation of a 2D cross section of the model. In AcuSolve 2D models are simulated by having just one element across the faces of the cross section. Thus when these faces are set up with a similar boundary condition, it coerces the corresponding nodes across the faces to have same results. In this problem, these faces are the negative and positive z-surfaces. This kind of mesh is achieved in AcuSolve with mesh extrusion process. In the following steps you will define the process of extrusion of the mesh between these surfaces.

  1. Right-click Mesh Extrusions and select New.
  2. Right-click Mesh Extrusion 1, select Rename and enter Z extrusion.
  3. Double-click Z extrusion to open the settings dialog.
  4. Verify that Geometry type is set to surface.
  5. For Side 1, from the drop down, select z_neg.
  6. For Side 2, from the drop down, select z_pos.
  7. Check that the Extrusion type is set to Number of layers.
  8. Set Number of layers to 1.
  9. Under Extrusion options, select All tets.
  10. Click OK to accept these settings.


    Figure 21.

Generate the Mesh

In the next steps you will generate the mesh that will be used when computing a solution for the problem.

  1. Click on the toolbar to open the Launch AcuMeshSim dialog.
  2. Leave the default settings and select OK.

    When AcuFieldView is started directly from AcuConsole, the model will be displayed in an isometric view with a Boundary Surface dialog open. The initial view is shown in perspective, with an outline around the model. You will manipulate the view in the next steps, and in later steps will view different flow characteristics using the Boundary Surface dialog.



    Figure 22.
    Note: The actual number of nodes and elements, and memory usage may vary slightly from machine to machine.
  3. Visualize the mesh in the modeling window. Turn on the display of surfaces and set the display type to solid and wire.
  4. You can rotate and zoom in the model to analyse the various mesh regions.

Compute the Solution and Review the Results

Run AcuSolve

In the next steps, you will launch AcuSolve to compute the solution for this case.

  1. Click on the toolbar to open the Launch AcuSolve dialog.

    For this case, the default settings will be used. AcuSolve will run using four processors (if available, higher number of processors may be specified) and AcuConsole will generate AcuSolve input files and will launch AcuSolve. AcuSolvewill calculate the steady state solution for this problem.

  2. Select Ok to start the solution process.

    While computing the solution, an AcuTail window opens. Solution progress is reported in this window. A summary of the solution process indicates that the run has been completed.

    The information provided in the summary is based on the number of processors used by AcuSolve. If you use a different number of processors than indicated in this tutorial, the summary for your run may be slightly different than the summary shown.

  3. Close the AcuTail window and save the database to create a backup of your settings.

Post-Process with AcuFieldView

The tutorial has been written with the assumption that you have become familiar with the AcuFieldView interface and basic operations. In general, it will be helpful to understand the following basics:
  • How to find the data readers in the File menu and open up the desired reader panel for data input.
  • How to find the visualization panels either from the Side toolbar or the Visualization panel menu to create and modify surfaces in AcuFieldView
  • How to move the data around the graphics window using mouse actions to translate, rotate and zoom in to the data.
This tutorial shows you how to work with transient analysis data.
  1. Click on the AcuConsole toolbar to open the Launch AcuFieldView dialog.
    You will see that the pressure contours have already been displayed on all the boundary surfaces with mesh.
  2. Click OK to start AcuConsole.
    You will see that the pressure contours have already been displayed on all the boundary surfaces with mesh.


    Figure 23.

Set Up AcuFieldView

  1. Close the Boundary Surface dialog.
  2. Click Viewer Options.


    Figure 24.
  3. In the Viewer Options dialog:
    1. Deselect Perspective to turn off the perspective view.
    2. Click Axis Markers to disable the axis markers.
    3. Click Close.
  4. On the toolbar, click the Colormap icon .
  5. In the Scalar Colormap Specification dialog, click Background and select White.
  6. Close the Scalar Colormap Specification dialog.
  7. Click the Toggle Outline icon on the toolbar to turn off the outline display.
    Your display should look similar to figure 1.


    Figure 25.

Coordinate the Surface Showing Water-Air Interface on the Mid Coordinate Surface

  1. From the Surface tab in the Boundary Surface dialog, turn off the Visibility for the active boundary surfaces.
  2. Click Create to create a new Boundary Surface set.
  3. For the new set:
    1. Turn on the visibility.
    2. Set the Display Type to Outlines.
    3. For Boundary Types, select All.
  4. Click Ok.
  5. Click to open the Coordinate Surface dialog.
  6. Click Create to create a new coordinate surface.
  7. Select Z as the Coordinate Plane.
    This will create a coordinate surface at the mid – Z coordinate plane. The coordinate surface created is the mid plane between the two side surfaces in the model.
  8. Change the Coloring to Scalar.
  9. Change the Display Type to Smooth.
  10. For Scalar Function, select volume_fraction-Water.
  11. In the Colormap tab, set the maximum and minimum threshold values to 0.501 and 0.499 respectively.
  12. From the Defined Views list, select +Z as the viewing direction.
    Your view should be similar to Figure 26.


    Figure 26.

Visualize the Animation of the Water Flow

  1. Close the Coordinate Surface dialog.
  2. From the Tools menu, select Flipbook Build Mode.
  3. In the Flipbook Size Warning window, click OK to close it.
  4. Click Tools > Transient Data.
    The Transient Data Controls dialog opens.

If the Sweep Control in this dialog says Sweep instead of Build, the Flipbook Build Mode is not active. In Sweep mode, you will be able to create and visualize the animation but you will not be able to save it. To be able to save the animation, enable the Flipbook Build Mode.

  1. Drag the time step slider to its leftmost position. Alternatively, enter zero in the Time Step or Solution Time box.
  2. Click Apply.
    The displayed state now corresponds to the initial state of the domain.


    Figure 27.
  3. Click Build.
    AcuFieldView will now build the frame-by-frame animation of the solution progressing through all the available time steps. You will be able to see the progress in the Building Flipbook dialog.

    Once the Build process is complete, a Flipbook Controls dialog will appear.

  4. In the Flipbook Controls dialog, click Frame Rate.
  5. For Minimum time, enter 0.1 seconds and click Close.
  6. Click Play to play the animation.
  7. To save the animation, click Pause , and then click Save.
  8. Provide a file name in the Flipbook File Save dialog, and click Save.

Summary

In this AcuSolve tutorial, you successfully set up and solved a multiphase flow problem. The problem simulated a square shaped water tank in which water was being injected through an inlet. The tank also had an open outlet. As the water filled in through the inlet, the air-water interface in the tank was visualized. You started the tutorial by creating a database in AcuConsole, importing and meshing the geometry, and setting up the simulation parameters. Air and water were modelled as different fields occupying a single volume. Once the case was setup, the solution was generated with AcuSolve. Results were post-processed in AcuFieldView where you generated an animation of the water flow. New features that were introduced in this tutorial include: setting up a multiphase flow simulation in AcuSolve with two fluids.