Search in sources :

Example 1 with MovingBoundarySimFiles

use of org.vcell.vis.io.MovingBoundarySimFiles in project vcell by virtualcell.

the class SimulationData method getMovingBoundarySimFiles.

@Override
public MovingBoundarySimFiles getMovingBoundarySimFiles() throws FileNotFoundException, DataAccessException {
    // retrieveExistingFile(SimFileTypeStandard.MovingBoundaryOutputFile);
    File movingBoundaryOutputFile = amplistorHelper.getMovingBoundaryOutputFile();
    VCSimulationDataIdentifier vcSimDataID = (VCSimulationDataIdentifier) vcDataId;
    MovingBoundarySimFiles movingBoundarySimFiles = new MovingBoundarySimFiles(vcSimDataID.getSimulationKey(), vcSimDataID.getJobIndex(), movingBoundaryOutputFile);
    return movingBoundarySimFiles;
}
Also used : MovingBoundarySimFiles(org.vcell.vis.io.MovingBoundarySimFiles) ZipFile(org.apache.commons.compress.archivers.zip.ZipFile) File(java.io.File) VCSimulationDataIdentifier(cbit.vcell.solver.VCSimulationDataIdentifier)

Aggregations

VCSimulationDataIdentifier (cbit.vcell.solver.VCSimulationDataIdentifier)1 File (java.io.File)1 ZipFile (org.apache.commons.compress.archivers.zip.ZipFile)1 MovingBoundarySimFiles (org.vcell.vis.io.MovingBoundarySimFiles)1