Fluent flow in VM::OSDisk
See original GitHub issueThis is a thread for discussing design of withImage
, defineOSDisk
variants and withExistingOSDisk
that needs to be enabled in VM fluent definition flow.
The withImage
variants allows basic user to easily declare the image to be used for the VM’s OS Disk (with default configuration)
The defineOSDisk
variants allows user to declare the image along with OS disk configuration, such as caching, size, encryption settings etc…
The withExistingOSDisk
allows user to attach an existing OS Disk VHD for the VM.
withImage(ImageReference imageReference);
withLatestImage(String publisher, String offer, String sku);
withKnownImage(KnownVirtualMachineImage knownImage);
withUserImage(String containerName, String vhdName);
fromImage(ImageReference imageReference);
fromLatestImage(String publisher, String offer, String sku);
fromKnownImage(KnownVirtualMachineImage knownImage);
fromUserImage(String containerName, String vhdName);
withExistingOSDisk(String containerName, String vhdName, OperatingSystemTypes osType);
defineOSDisk(String name);
storeVhdAt(String containerName, String vhdName);
DefinitionWithDataDisk attach();
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Deploy Ansys Fluent on an Azure virtual machine
Fluent is a computational fluid dynamics (CFD) application that's used to model fluid flow, heat and mass transfer, chemical reactions, and more.
Read more >modeling a flow on a rotating disk - Forums - CFD Online
I have to model the flow of a Newtonian fluid falling on a rotating disk, initially full of air. However, the fluid instead...
Read more >ANSYS FLUENT 12.0 Tutorial Guide - Problem Description
The disks, which are 6.2 cm apart, are spinning at 71.08 rpm, and the air enters with no swirl. As the flow is...
Read more >Laminar Flow Over a Spinning Disk - Simulation Example
As the domain is axisymmetric while the flow is swirling, the problem is simulated by the 2D axisymmetric swirl model available in Ansys...
Read more >GPU-Accelerated Ansys Fluent - Nvidia
Accelerate Ansys Fluent up to 3.7x faster with NVIDIA Tesla GPUs. ... include external aerodynamics, internal fluid flow, and cooling simulations.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Updated.
Beta2 released.