Data import is controlled using the >import command. There are two file types that can be imported: Ansys (*.cdb) and Generic (*.csv). The CCL options associated with the >import command are:
>import type=<Ansys | Generic>, filename=<filename>, object name=<name of object>, boundary=<associated boundary>, conserve flux=<true | false>
typeIndicates whether to import the file as an Ansys file or Generic file.
filenameThe name of the file to import.
object nameThe name to give the
USER SURFACEobject that is created as a result of importing the file.boundaryThe name of the CFD-Post boundary/region to associate with the imported Ansys surface. This association is used during an Ansys file import to project data from the Ansys surface onto the CFD-Post boundary/region. The same association is used during an Ansys file export, when data from the CFD-Post boundary/region is projected back onto the Ansys surface.
conserve fluxBoolean to indicate whether or not to ensure that the heat fluxes associated with the imported Ansys geometry remain conservative relative to the fluxes on the associated CFD-Post Boundary.