8.5. Frequently Asked Questions#

Where are my Flow360 credentials stored locally?#

Your Flow360 API key is stored locally in a configuration file at:

~/.flow360/config.toml

Does Flexcompute charge for data storage?#

For some data storage we do not charge, but for some data we do. See details:

resource

storage type

storage price

surface mesh

free

volume mesh

free

case

standard

0.05 FlexUnit/GB/month (or 0.00166 FlexUnit/GB/day)

archived

0.005 FlexUnit/GB/month

Warning

The minimum archive duration is 6 months (180 days). Restoring an archived case before this 6 month minimum will incur a one-time pro-rate charge for the remainder.

Example: The user runs a case on day 1, on day 10 the case is archived, and on day 13 the case is restored. The transaction history will look like this:

  • day 1 - standard charge

  • ...

  • day 9 - standard charge

  • day 10 - archived charge

  • ...

  • day 12 - archived charge

  • day 13 - one-time pro-rata charge for the remaining archive minimum duration (180 - 3 = 177 days)

  • day 13 - standard charge

  • day 14 - standard charge

  • ...

The pro-rata charge will display in transaction history as:

../../_images/archived_prorata_example.png

To reduce data storage costs we encourage users to:

  1. Delete case if results will no longer be needed

  2. Download results to local drive and delete case from Flow360

  3. Archive case to reduce storage costs by 10x and still be able to revisit the case in the future

What is storage type?#

We have two storage types: standard and archived. You can check storge type for each case next to the storage size on the case table view:

../../_images/standard_storage_icon.png ../../_images/archived_icon.png

Standard storage allows for all operations: retry case, fork case, download all results including surface results and volumetric results.

Archived storage disables these operations: fork case, retry direct child case, download surface and volume results.

How can I archive my case?#

You can only archive a case with status completed and storage type standard.

To archive an individual case follow these steps:

  1. Go to flow360.simulation.cloud/.

  2. Navigate to case you want to archive

  3. From action list click Archive button:

../../_images/archive_action.png
  1. You will see the following window with details about archiving operation:

../../_images/archive_message.png

Warning

The archiving operation is fast, but restoring can take up to 48 hours.

  1. Select “Archive”. The icon next to storage size will change:

../../_images/archiving_icon.png
  1. Archiving usually takes up to few minutes. When done, the storage type becomes archived.

How can I restore my archived case?#

  1. Go to flow360.simulation.cloud/.

  2. Navigate to case you want to restore

  3. From action list click Restore button:

../../_images/restore_action.png
  1. You will see the following window with details about restoring operation:

../../_images/restore_message.png

Warning

When you restore data from archive before the six month period, you will see a pro-rata charge added to your transaction history for the remaining duration.

  1. Select “Restore”. The icon next to storage size will change:

../../_images/restoring_icon.png
  1. Restoring takes up to 48 hours. When done, the storage type becomes standard.

I have many cases, how can I archive all of them at once?#

Contact support@flexcompute.com for assistance.

SolverError: Error when calculating patch interpolation coefficients. What does this mean?#

When running a case with a rotational volume zone, if you get a solver error that looks like this:

Error when calculating patch interpolation coefficients. Patch has a distance mismatch of 0.7883948e-01
with matching patch at location [1.7592032e-1, 1.0184957e-03, -4.7304816e-1].

This means that at a given time step, once the mesh has been rotated according to the prescribed motion, the maximum distance between the two interfaces is 0.7883948e-01. If this maximum distance between the two patches is greater than 20% of the maximum edge length contained in either patch, this error will be raised. It indicates that either the center of rotation/axis of rotation is likely incorrect or that the mesh is too coarse in this location.

What does the “VelocityRelative” mean in the volumeOutput of the case configuration?#

In a rotational domain, the absolute velocity, \(\overrightarrow{\boldsymbol{U}}_\text{absolute}\), of each fluid element could be treated as the summation of a relative velocity, \(\overrightarrow{\boldsymbol{U}}_\text{relative}\), and a velocity due to the rotating frame, \(\overrightarrow{\Omega}\times \overrightarrow{r}\). The “VelocityRelative” means the \(\overrightarrow{\boldsymbol{U}}_\text{relative}\):

(8.5.1)#\[\overrightarrow{\boldsymbol{U}}_\text{absolute} = \overrightarrow{\boldsymbol{U}}_\text{relative} + \overrightarrow{\Omega}\times \overrightarrow{r}\]

It should be noted that the above relative velocity is zero on any no-slip walls within rotational blocks.